2017-09-13 07:52:34 +02:00

5 lines
103 B
JavaScript
Vendored

var toString = {}.toString;
module.exports = function(it){
return toString.call(it).slice(8, -1);
};