UNPKG

481 BTypeScriptView Raw
1export const isNode: boolean;
2export const isBrowser: boolean;
3export const isMac: boolean;
4export function hasParam(name: string): boolean;
5export function getParam(name: string, defaultVal: string): string;
6export function getVariable(name: string): string | null;
7export function getConf(name: string): string | null;
8export function hasConf(name: string): boolean;
9export const production: boolean;
10export const supportsColor: boolean;
11//# sourceMappingURL=environment.d.ts.map
\No newline at end of file