UNPKG

@grnsft/if

Version:

Impact Framework

5 lines (4 loc) 170 B
/** * Executes a series of Impact Framework commands based on the provided manifest file. */ export declare const executeCommands: (manifest: string) => Promise<void>;