UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

7 lines (6 loc) 208 B
// Allow the user to customize the Promise type returned by this library. var mypromise = global.Promise; module.exports = function getOrSetPromise(p) { if (p) { mypromise = p; } return mypromise; };