UNPKG

@zero-scripts/core

Version:

Framework for creating presets, configurations and extensions

5 lines 198 B
import { AbstractPreset } from '../AbstractPreset'; export declare function runCLI(PresetClass: { new (...args: any[]): AbstractPreset; }): Promise<any>; //# sourceMappingURL=runCLI.d.ts.map