Change the repository type filter
All
Repositories list
78 repositories
is-registered-symbol
PublicIs this value a Symbol stored in the global cross-realm Symbol registry?object-inspect
Publicnode-deep-equal
Publicis-typed-array
PublicIs 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.is-symbol
PublicIs this an ES6 Symbol value?is-string
Publicis-regex
Publicis-object
Publicis-number-object
Publicis-negative-zero
Publicis-map
PublicIs this value a JS Map? This module works cross-realm/iframe, and despite %Symbol.toStringTag%.is-generator-function
Publicis-equal
Publicis-descriptor
PublicReturns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.is-date-object
Publicis-data-descriptor
Publicis-core-module
Publicis-callable
PublicIs this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.is-boxed-primitive
Publicis-boolean-object
Publicis-bigint
PublicIs this an ES BigInt value?is-async-function
PublicIs this a native `async function`?is-array-buffer
PublicIs this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.is-arguments
Publicis-accessor-descriptor
PublicReturns true if a value has the characteristics of a valid JavaScript accessor descriptor.has-typed-arrays
Publichas-template-literals
PublicDetermine if the JS environment has template literal supporthas-symbols
PublicDetermine if the JS environment has Symbol support. Supports spec, or shams.has-strict-mode
PublicDoes the current JS environment have strict mode? ES5+ should; but let's not assume.has-bigints
Public