UNPKG

newmax-utils

Version:
5 lines (4 loc) 157 B
import { CallbackType } from './serviceInvoker'; export declare function flowQueue(queue: CallbackType[], instance: { schema: string; }): Promise<void>;