_cof.js 103 B

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