HenrikJoreteg / tryit
Module to wrap try-catch for better performance and cleaner API.
☆22Updated 8 years ago
Alternatives and similar repositories for tryit:
Users that are interested in tryit are comparing it to the libraries listed below
- WeakMap collection as specified in ECMAScript6☆30Updated 3 years ago
- set blocking stdio and stderr ensuring that terminal output does not truncate☆38Updated last year
- Fetches all your node modules and keeps them green, with greenkeeper.☆20Updated last year
- Spawn locally installed npm dependencies with cross platform env and argument parsing support☆38Updated 9 years ago
- Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.☆18Updated 2 years ago
- Detect whether a value is an error☆15Updated 5 years ago
- Find a file given a declaration of locations.☆12Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Apply an async function to each Array element in series☆21Updated 9 years ago
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Updated 9 months ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Updated 6 years ago
- Global logging utility.☆18Updated 11 months ago
- Find array elements. Executes a callback for each element, returns the first element for which its callback returns a truthy value.☆29Updated 5 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 7 years ago
- Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.☆14Updated 3 years ago
- A through2 wrapper to for simple stream.PassThrough spies.