UNPKG

@grnsft/if

Version:

Impact Framework

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