UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

12 lines 607 B
import { ArgumentConfig } from 'ts-command-line-args'; import { StitchProject } from '../../index.js'; import { StitchCliParams, StitchCliTargetParams } from './params.types.js'; export * from './params.global.js'; export * from './params.merge.js'; export * from './params.types.js'; export declare function loadProjectFromArgs<T extends StitchCliTargetParams>(options: T): Promise<StitchProject>; export declare function parseStitchArgs<T extends Record<string, any>>(args: ArgumentConfig<T>, info: { title: string; description: string; }): StitchCliParams<T>; //# sourceMappingURL=params.d.ts.map