Search results
2610 packages found
Is this value a JS ArrayBuffer?
Maintenance: 27%. Quality: 64%. Popularity: 46%.
Is this value a JS SharedArrayBuffer?
Maintenance: 19%. Quality: 64%. Popularity: 48%.
Is this value negative zero? === will lie to you
Maintenance: 19%. Quality: 64%. Popularity: 48%.
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.
- array
- TypedArray
- typed array
- is
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Maintenance: 21%. Quality: 64%. Popularity: 47%.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Maintenance: 2%. Quality: 62%. Popularity: 53%.
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Maintenance: 19%. Quality: 64%. Popularity: 43%.
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Maintenance: 19%. Quality: 64%. Popularity: 43%.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Maintenance: 2%. Quality: 62%. Popularity: 49%.
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Maintenance: 19%. Quality: 64%. Popularity: 42%.
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Maintenance: 19%. Quality: 64%. Popularity: 42%.
Type check values
Maintenance: 33%. Quality: 54%. Popularity: 40%.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Maintenance: 20%. Quality: 64%. Popularity: 33%.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Maintenance: 20%. Quality: 64%. Popularity: 33%.
ES2015-compliant shim for Object.is - differentiates between -0 and +0
Maintenance: 19%. Quality: 64%. Popularity: 39%.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Maintenance: 2%. Quality: 64%. Popularity: 48%.
Maintenance: None. Quality: 64%. Popularity: 47%.
Check if a value is a plain object
Maintenance: 2%. Quality: 54%. Popularity: 50%.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Maintenance: 10%. Quality: 64%. Popularity: 35%.
Get the native type of a value.
Maintenance: 2%. Quality: 63%. Popularity: 41%.
Returns true if the value is an object and not an array or null.
Maintenance: 2%. Quality: 62%. Popularity: 38%.