blob: 332c0bc0b9633b50e0b3371059042f518e771a4e [file] [log] [blame]
var toString = {}.toString;
module.exports = function (it) {
return toString.call(it).slice(8, -1);
};