lix-website/themes/lix/assets/bootstrap/node_modules/has-tostringtag/index.js

9 lines
196 B
JavaScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
'use strict';
var hasSymbols = require('has-symbols');
/** @type {import('.')} */
module.exports = function hasToStringTag() {
return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
};