projecte_ionic/node_modules/has-tostringtag/index.js
2022-02-09 18:30:03 +01:00

8 lines
169 B
JavaScript
Executable file

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