UNPKG

completable-promise

Version:

CompletablePromise library allows to create a Promise instance that does not start its resolution upon its declaration.

3 lines (2 loc) 93 B
export { CompletablePromise } from './completable-promise'; export { State } from './state';