UNPKG

real-cancellable-promise

Version:

A simple cancellable promise implementation that cancels the underlying HTTP call.

4 lines (3 loc) 95 B
export * from './Cancellation'; export * from './CancellablePromise'; export * from './utils';