synchronous-promise
Version:
Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise
1 lines • 66 B
JavaScript
window.SynchronousPromise = require('./index').SynchronousPromise;
Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise