UNPKG

abort-utils

Version:

Utility functions to use and combine `AbortSignal` and `AbortController` with Promises

9 lines (8 loc) 145 B
declare global { namespace jest { interface Matchers<R> { toBePending: () => Promise<void>; } } } export {};