github-pages-deploy-action/node_modules/core-js-pure/es/object/to-string.js
2020-03-06 22:45:40 -05:00

9 lines
270 B
JavaScript

require('../../modules/es.object.to-string');
require('../../modules/es.math.to-string-tag');
require('../../modules/es.json.to-string-tag');
var classof = require('../../internals/classof');
module.exports = function (it) {
return '[object ' + classof(it) + ']';
};