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

9 lines
196 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
'use strict';
var hasSymbols = require('has-symbols');
/** @type {import('.')} */
module.exports = function hasToStringTag() {
return hasSymbols() && typeof Symbol.toStringTag === 'symbol';
};