Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Give a regex, get a robust predicate function that tests it against a string.
Robustly get the length of a Typed Array
- typed
- array
- length
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Get the ArrayBuffer out of a DataView, robustly.
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Get the byteLength out of a DataView, robustly.
Robustly get the byte length of a Typed Array
- typed
- array
- byteLength
- byte
- length
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- View more
Robustly get the byte offset of a Typed Array
- typed
- array
- byteOffset
- byte
- offset
- robust
- es
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- View more
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Get the byteOffset out of a DataView, robustly.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Multiplies two floating point numbers together producing a non-overlapping increasing sequence of floats
Exact subtraction of non-increasing overlapping sequences
Evaluates the sum of two nonoverlapping increasing sequences of floats
Multiplies a nonoverlapping increasing sequence of floats by a single float
Exactly computes the orientation of a tuple of points
Computes a non-overlapping sequence representing the sum of two floating point numbers.
Exactly test if a point is inside, outside or on the boundary of a polygon
Robust 2D convex hull algorithm