UNPKG

react-native-owl

Version:
6 lines (5 loc) 217 B
/** * Waits for the specified amount of time (in milliseconds) before resolving. * @param ms: The number of miliseconds the function should wait for. */ export declare const waitFor: (ms: number) => Promise<void>;