Files
feedstr.live/node_modules/fork-ts-checker-webpack-plugin/lib/utils/async/isPending.d.ts
T
2023-11-25 18:12:47 -05:00

3 lines
117 B
TypeScript

declare function isPending(promise: Promise<unknown>, timeout?: number): Promise<unknown>;
export default isPending;