Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / object / to-string.js
1 require('../../modules/es.json.to-string-tag');
2 require('../../modules/es.math.to-string-tag');
3 require('../../modules/es.object.to-string');
4 require('../../modules/es.reflect.to-string-tag');
5 var classof = require('../../internals/classof');
6
7 module.exports = function (it) {
8   return '[object ' + classof(it) + ']';
9 };