relike
Simple promisify async or sync function with sane defaults. Lower level than `promisify` thing. Can be used to create `promisify` method.
Simple promisify async or sync function with sane defaults. Lower level than `promisify` thing. Can be used to create `promisify` method.
cached-callback caches arguments returned from an earlier execution and passes them to a callback passed in
Turn a pass/fail event combo into a Node-style callback.
Protects your callbacks from being called twice.
Allows you to call handler after completion of all transports.
This is a fork of the node-weak project, adding electron builds and binaries.
a simple wrapper around crypto.subtle.digest
Props mixin pack for Seed
redux middleware for achieving callbacks in redux-saga
Returns true if function is a callback. Checks its name is one of [common-callback-names][] - callback, cb, cb_, callback_, next, done, they can be customized, these are default.
React hook for memoizing values inline in JSX.
Simple promisify with sane defaults, works on node 0.10 if you provide custom Promise through options
Convert callback to promise
Stream/callback retries with incremental backoff and timeout support.
Express callback
Based on node-red-node-function. A function block that allows you to output messages to other nodes asynchronously.
Guarantee a node-style async function is only executed once.
Tired of defining parameter for resolvers? This might be your friend.
use react hooks in callbacks to take out noisy, useless or repetitive hooks from your components body
A React hook about triggers once only when dependencies have changed.