astro-ghostcms/.pnpm-store/v3/files/bf/9d2e8bce1eba8f7531d19cc9492...

9 lines
189 B
Plaintext

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