UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

11 lines 503 B
import type { ArgumentConfig } from 'ts-command-line-args'; import type { StitchCliGlobalParams, StitchCliTargetParams } from './params.types.js'; export declare const targetProjectParam: ArgumentConfig<{ targetProject?: string; }>; export declare const targetParams: ArgumentConfig<StitchCliTargetParams>; export declare const watchParam: ArgumentConfig<{ watch?: boolean; }>; export declare const globalParams: ArgumentConfig<StitchCliGlobalParams>; //# sourceMappingURL=params.global.d.ts.map