UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

11 lines 345 B
import { all } from './all'; import { timeout } from './timeout'; import { wait } from './wait'; import { waitUntil } from './waitUntil'; export declare class PromiseUtils { static timeout: typeof timeout; static wait: typeof wait; static waitUntil: typeof waitUntil; static all: typeof all; } //# sourceMappingURL=utils.d.ts.map