搜索 "toStringTag" 的结果(共 9 个)
es-set-tostringtag
A helper to optimistically set Symbol.toStringTag, when possible.
MIT
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
MIT
has-tostringtag
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
MIT
is-regex
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
MIT
is-number-object
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
MIT
is-boolean-object
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
MIT