UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

7 lines (6 loc) 176 B
/** * Flushes all pending promises. * * @returns A promise that resolves when all pending promises are resolved. */ export declare function flushPromises(): Promise<void>;