TooTallNate / node-degenerator
Turns sync functions into async functions
☆20Updated 2 years ago
Alternatives and similar repositories for node-degenerator:
Users that are interested in node-degenerator are comparing it to the libraries listed below
- Is this an arguments object? It's a harder question than you think.☆16Updated 4 months ago
- Returns an object with the base path and the actual pattern from a glob.☆17Updated 8 years ago
- fs read and write streams based on minipass☆20Updated 9 months ago
- Sink your streams.☆17Updated 2 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Center-align the text in a string.☆23Updated 7 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- ☆27Updated 4 years ago
- A cache for managing namespaced sub-caches☆14Updated 3 years ago
- Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists.…☆12Updated 7 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Updated 3 years ago
- Get the name of a named function☆33Updated 4 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Updated 3 years ago
- minify javascript in a stream using uglify-js (ES5) or terser (ES6+)☆27Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Updated 9 months ago
- Read command line key presses from process.stdin. Based on TooTallNate/keypress.☆7Updated 7 years ago
- process.nextTick always accepts args, always☆32Updated 5 years ago
- Moved to https://github.com/nodejs/string_decoder☆23Updated 7 years ago
- Check if a path is inside another path☆38Updated 2 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 5 months ago
- Returns true if a string has an extglob☆23Updated 5 years ago
- ES2015 Number.isFinite() ponyfill☆19Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Map `visit` over an array of objects.☆17Updated 2 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Updated 4 years ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Updated 6 years ago
- JSON reviver/replacer methods for JavaScript Buffer type.☆13Updated 6 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago