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.
Updated by @ljharb
textextensions
A package that contains an array of every single file extension there is for text files
Updated by @balupton
which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Updated by @ljharb
available-typed-arrays
Returns an array of Typed Array names that are available in the current environment
Updated by @ljharb
binaryextensions
A package that contains an array of every single file extension there is for binary files
Updated by @balupton
version-compare
Comparator to determine if a version is less than, equivalent to, or greater than another version
Updated by @balupton
version-range
Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.
Updated by @bevryme
caterpillar
Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various …
Updated by @balupton
objectmodel
Strong Dynamically Typed Object Modeling for JavaScript
Updated by @sylvainpolletvillard
strongly-typed-events
Add the power of events to your (TypeScript) projects!
Updated by @keestalkstech
event-emitter-grouped
Emit events in serial or parallel with support for synchronous and asynchronous listeners
Updated by @balupton