A Quick description of the component
Library to walk OAS 3 schema objects and call a callback
Fast web server allowing to browse, search and edit project documentation written in Markdown
Promise-based power tool for common filesystem tasks
A React helper hook for storing latest value in ref object (updated in useEffect's callback).
A minimal node SOAP client
Promisify a callback-style function
getpass for node.js
a command line option parser that will make you smile
Promised wrapper for node fs module with usefull additional set of functions.
promisification of the most widely used file operation allowing you to use them while avoiding callback hell (while giving the default callback of giving the content or throwing an exception and nothing more)
vfile utility to read and write to the file system
A tiny, faster alternative to native Array.prototype.every
Event binding component
Debounce your async calls
Promise-based power tool for common filesystem tasks
async.mapLimit's functionality available as a standalone npm module
A simple utility for promisifying functions and classes.
Simple utility to allow your module to be consumed with a callback or promise
React hook for handling keyboard shortcuts
Waitasecond is a javascript library that makes managing async code and Promises simple and elegant. It provides an await-like API that can be used in the browser, worker, and node environment, making it a powerful tool for any project. Additionally, the l
Finds all elementary circuits of a directed graph using Johnson's algorithm (1975)
get a list of staged git files and their status
The problem of callback hell is commonplace in node.js programs. If your storage is async and your logics is complex, then you hit the worst spot. Two popular solutions are promises and async.js. Unfortunately, your logics has complex branching patterns a