搜索 "@@toStringTag" 的结果(共 7 个)
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
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