_cof.js 106 B

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