sindresorhus / caller-callsiteLinks
Get the callsite of the caller function
☆54Updated 3 months ago
Alternatives and similar repositories for caller-callsite
Users that are interested in caller-callsite are comparing it to the libraries listed below
Sorting:
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Clear the terminal cross-platform☆45Updated 4 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 4 months ago
- Convert an Observable to a Promise☆52Updated 2 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Updated 4 years ago
- Create a Vinyl file from an actual file☆43Updated 3 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 10 months ago
- Get available v8 and Node.js flags.☆57Updated 2 years ago
- API for combining call site modifiers☆44Updated 6 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated 4 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated 2 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Conditional promise catch handler☆40Updated 4 years ago
- Rename a function☆47Updated 2 years ago
- Run promise-returning & async functions a specific number of times concurrently☆41Updated 4 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 4 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Updated 4 years ago
- Check if a value is an Observable☆43Updated 3 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 months ago
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Truncate a URL to a specific length☆62Updated 3 months ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated last week
- Check if a value is a function☆29Updated 4 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Log the value/error of a promise☆29Updated 4 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise