Yjs encoding protocols
A universally-unique, lexicographically-sortable, identifier generator
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
Generate random or sequential UUID of any length
Generate unique and memorable names
A module to create a set of unique numbers as fast as possible.
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images
Array manipulation, ordering, searching, summarizing, etc.
Safe defaults for cssnano which require minimal configuration.
提供陣列去重的工具函式,包含 indexOf 和 Set 兩種實現方式 / Provides array deduplication utilities with indexOf and Set implementation methods
node.js through stream that emits a unique stream of objects based on criteria
An easy-to-use wildcard globbing library.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
Robustly get the byte length of a Typed Array