UNPKG

@abaplint/runtime

Version:
6 lines (5 loc) 150 B
import { INumeric } from "../types/_numeric"; export declare function wait(options: { cond: () => any; seconds?: INumeric; }): Promise<void>;