C
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d915e613dc
commit
01abb61e9a
3 changed files with 291 additions and 242 deletions
|
@ -33,7 +33,7 @@ export async function timeout<T>(promise: Promise<T>, timeoutValue: T, ms: numbe
|
|||
}
|
||||
|
||||
export interface IDeferred<T> {
|
||||
resolve: (T) => void;
|
||||
resolve: (value: T) => void;
|
||||
reject: (any) => void;
|
||||
promise: Promise<T>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue