astro-ghostcms/.pnpm-store/v3/files/72/a111a3f2554ee76f23428d805e9...

9 lines
196 B
Plaintext

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