test array-map typeScript
Matches strings against configurable strings, globs, regular expressions, and/or functions
Map vinyl files' contents as strings, so you can easily use existing code without needing yet another gulp plugin!
Workaround Map for maps larger than 14M elements
Run an array of functions in parallel
Lazy-evaluating list of files, based on globs or regex patterns
Flatten nested arrays
Parameterised tests for Jest
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Return a function which tests if every element in an array passes a test condition.
Create 'key/value' collections of one-to-one correspondence.
No description provided.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Array manipulation, ordering, searching, summarizing, etc.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
test for inclusion or exclusion of paths using globs
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Zero dependency library to safe merge objects.
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.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.