1.0.11 • Published 8 years ago
@timelaps/promise v1.0.11
@timelaps/promise
a quick function for controlling how and when a promise resolves its subsequent then and catch handlers.
install with
npm install @timelaps/promiseand see the tests with
npm tto use simply import at the root
var Promise = require('@timelaps/promise');or grab the synchronous version
var Promise = require('@timelaps/promise/sync'); // resolves synchronously