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