This commit is contained in:
9
node_modules/licia/waitUntil.d.ts
generated
vendored
Normal file
9
node_modules/licia/waitUntil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function waitUntil(
|
||||
condition: types.AnyFn,
|
||||
timeout?: number,
|
||||
interval?: number
|
||||
): Promise<any>;
|
||||
|
||||
export = waitUntil;
|
||||
Reference in New Issue
Block a user