maybe-callback
Maybe call a callback if it really is who it says it is.
Installation
Node.js is required. To install, type this at the command line:
npm install maybe-callback
Usage
var maybeCallback = ; { return arg + 1;} 1; //=> 21; //=> undefined var once = maybeCallback;; //=> 2; //=> undefined