npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "tostring" 的结果(共 20 个)
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
to-string-tag-x

Get an object's ES6 @@toStringTag.

MIT
is-map

Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

MIT
is-set

Is this value a JS Set? This module works cross-realm/iframe, and 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
is-typed-array

Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.

MIT
type-of-is

Determine and test types using constructor or {}.toString

MIT
to-string-symbols-supported-x

ES6 abstract ToString with Symbol conversion support.

MIT
@isaacs/buffer-to-string

A better Buffer.toString()

BlueOak-1.0.0
is-weakref

Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

MIT
require-coercible-to-string-x

Requires an argument is corecible then converts using ToString.

MIT
has-to-string-tag-x

Tests if ES6 @@toStringTag is supported.

MIT
which-collection

Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.

MIT
is-finalizationregistry

Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

MIT
is-weakmap

Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

MIT
is-weakset

Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

MIT