為方法提供陣列深度去重裝飾器,支援同步和異步模式 / Provides array deep deduplication decorators for methods, supporting synchronous and asynchronous modes
取得陣列唯一值,支援深度比較巢狀物件和陣列 / Get unique values from array with deep comparison for nested objects and arrays
Remove duplicate values from an array. Fastest ES5 implementation.
Lazy-evaluating list of files, based on globs or regex patterns
Create an array of unique values, in order, from the input arrays
An RxJS map operator that takes an observable of arrays as input and emits arrays where each element represents emissions from the projected observable.
提供陣列去重的工具函式,包含 indexOf 和 Set 兩種實現方式 / Provides array deduplication utilities with indexOf and Set implementation methods
Array manipulation, ordering, searching, summarizing, etc.
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.
diff with unified diff format handling
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get consecutively unique elements from an array
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Robustly get the length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Lazily evaluates a getter on an object and caches the returned value
General purpose glob-based configuration matching.