.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / internals / classof-raw.js
1 var toString = {}.toString;
2
3 module.exports = function (it) {
4   return toString.call(it).slice(8, -1);
5 };