UNPKG

@toreda/build-tools

Version:

![Toreda](https://content.toreda.com/logo/toreda-logo.png)

11 lines (10 loc) 227 B
export interface CliArgs { [k: string]: unknown; env: string; profiler: boolean; debugMode: boolean; autoMockInJest: boolean; mockAll: boolean; mockFileReads: boolean; mockFileWrites: boolean; }