safecb
var safe = { cb = // prevent these typical problems: // synchronous invocation // multiple invocations // undefined is not a function (if cb is undefined)}
var safe = { cb = // prevent these typical problems: // synchronous invocation // multiple invocations // undefined is not a function (if cb is undefined)}
npm i safecb
11
0.0.1
MIT