Binary serialization which sorts bytewise for arbirarily complex data structures
Simple, expected, and deterministic best-match sorting of an array in JavaScript
ESLint Flat Config configuration for LobeHub projects
Easy autofixable import sorting
Prettier configuration for LobeHub projects
Automatically bind methods to their class instance
A simple, easy to use implementation of the Okapi BM25 algorithm.
Array manipulation, ordering, searching, summarizing, etc.
lint and auto-fix json
Type-safe array sorting method with support for deeply nested properties and Typescript autocompletion.
Javascript natural sort algorithm with unicode support.
Flowtype linting rules for ESLint by flow-typed
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
File-based embedded data store for node.js
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array