TenantAtlas/apps/platform/.pnpm-store/v10/files/72/a111a3f2554ee76f23428d805e94fb894b96e9dae2a87574001f4d01233fd52ee1894a19489c6a0351261e9d36ed48f024724c11c4cc5d2e7509c77e879ee8
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

9 lines
196 B
Plaintext

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