isPending.d.ts 117 Bytes
declare function isPending(promise: Promise<unknown>, timeout?: number): Promise<unknown>;
export default isPending;