UNPKG

@knapsack/app

Version:

Build Design Systems with Knapsack

8 lines 380 B
export type CliCommand = 'unknown' | 'serve' | 'start' | 'build' | 'test' | 'data'; export declare function setCliCommand(cmd: CliCommand): void; export declare function getCliCommand(): CliCommand; /** * Determine if the current process is running in our internal monorepo or a user's workspace */ export declare const isInMonorepo: boolean; //# sourceMappingURL=utils.d.ts.map