UNPKG

synchronous-promise

Version:

Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise

1 lines 66 B
window.SynchronousPromise = require('./index').SynchronousPromise;