is-pending.d.ts 113 B

12
  1. declare function isPending(promise: Promise<unknown>, timeout?: number): Promise<unknown>;
  2. export { isPending };