source:
imaps-frontend/node_modules/has-tostringtag/shams.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 189 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | |
3 | var hasSymbols = require('has-symbols/shams'); |
4 | |
5 | /** @type {import('.')} */ |
6 | module.exports = function hasToStringTagShams() { |
7 | return hasSymbols() && !!Symbol.toStringTag; |
8 | }; |
Note:
See TracBrowser
for help on using the repository browser.