lix-website/themes/lix/assets/bootstrap/node_modules/has-tostringtag/index.js
2024-04-26 22:49:34 -06:00

9 lines
196 B
JavaScript

'use strict';
var hasSymbols = require('has-symbols');
/** @type {import('.')} */
module.exports = function hasToStringTag() {
return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
};