UNPKG

290 BTypeScriptView Raw
1export default class Config {
2 static debug: boolean;
3 static mock: boolean;
4 static displayTimestamps: boolean;
5 static errlog: string | undefined;
6 static stdout: string;
7 static stderr: string;
8 static readonly windows: boolean;
9 static readonly _globals: any;
10}