update
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
declare function hasToStringTagShams(): boolean;
|
||||
|
||||
export = hasToStringTagShams;
|
||||
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
var hasSymbols = require('has-symbols/shams');
|
||||
|
||||
/** @type {import('.')} */
|
||||
module.exports = function hasToStringTagShams() {
|
||||
return hasSymbols() && !!Symbol.toStringTag;
|
||||
};
|
||||
Reference in New Issue
Block a user