📄 isPending.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/utils/async/isPending.d.ts
Language: ts • Lines: 2
declare function isPending(promise: Promise<unknown>, timeout?: number): Promise<unknown>;
export default isPending;