UNPKG

core-js

Version:
7 lines (6 loc) 252 B
var def = require('./$').setDesc , has = require('./$.has') , TAG = require('./$.wks')('toStringTag'); module.exports = function(it, tag, stat){ if(it && !has(it = stat ? it : it.prototype, TAG))def(it, TAG, {configurable: true, value: tag}); };