ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
An alternative to the sticky-session package (https://github.com/indutny/sticky-session)
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
A simple cache for a few of the JS Error constructors.
Unbox a boxed JS primitive value.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value negative zero? === will lie to you
Determine if the JS environment has BigInt support.
concatenative mapdashery
a CSS selector parser
A better forEach
Determine if a function is a native async function.
rehype plugin to sanitize HTML
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
```javascript npm i node-dev-fx -S ```
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS SharedArrayBuffer?
the mighty option parser used by yargs
Which kind of boxed JS primitive is this?
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a value is an ES6 Symbol or not.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value an ES BigInt?