callbackify5
v0.0.1
Published
Lightweight callbackify
Readme
callbackify5
Make callback functions from async functions.
Installation
npm i callbackify5 -SUsage
const { callbackify } = require('callbackify5');
const callback = callbackify(async (arg1, arg2, arg3, arg4) => { ... });
// callback.length === 5License
MIT
