isaacs / wrappyLinks
Callback wrapping utility
☆56Updated last year
Alternatives and similar repositories for wrappy
Users that are interested in wrappy are comparing it to the libraries listed below
Sorting:
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- List of node.js builtin modules☆38Updated last year
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆35Updated 4 years ago
- Parse HTTP X-Forwarded-For header☆57Updated last week
- Object.keys shim☆45Updated 2 months ago
- Determine if an object is a Buffer☆90Updated 3 years ago
- Slice a string with ANSI escape codes☆49Updated last year
- Moved to https://github.com/nodejs/string_decoder☆23Updated 8 years ago
- Check if a file path is a binary file☆46Updated last year
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 6 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Find the module object for something that was require()d☆27Updated 2 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Minimal module to check if a file is executable.☆49Updated 10 months ago
- Prepare a node environment to require files with different extensions.☆48Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 4 months ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Recursively flatten an array or arrays. This is the fastest implementation of array flatten.☆59Updated 3 years ago
- Is this an arguments object? It's a harder question than you think.☆17Updated 6 months ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆25Updated 6 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Updated 4 years ago
- Add callbacks to requests in flight to avoid async duplication☆73Updated last year
- ES2015 Number.isNaN() ponyfill☆28Updated last year