📄 index.js
/home/palash/git/site/node_modules/has-tostringtag/index.js
Language: js • Lines: 8
'use strict';

var hasSymbols = require('has-symbols');

/** @type {import('.')} */
module.exports = function hasToStringTag() {
	return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
};