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