aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/_cof.js
blob: 332c0bc0b9633b50e0b3371059042f518e771a4e (plain)
1
2
3
4
5
var toString = {}.toString;

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