UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

2 lines (1 loc) 124 B
export declare function pollPromise(fn: () => PromiseLike<boolean>, delayInMs: number, timeOutInMs: number): Promise<void>;