zhang-wei-jian's picture
proxt
cdb0d23
raw
history blame contribute delete
No virus
169 Bytes
'use strict';
var hasSymbols = require('has-symbols');
module.exports = function hasToStringTag() {
return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
};