astro-ghostcms/.pnpm-store/v3/files/d3/b4afa13165e15ec1acf29fba63d...

8 lines
169 B
Plaintext

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