← back to Site Factory

admin/node_modules/has-tostringtag/index.js

9 lines

'use strict';

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

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