rittenhop-ghost/versions/5.94.2/node_modules/lib0/environment.d.ts

12 lines
531 B
TypeScript

export const isNode: boolean;
export const isBrowser: boolean;
export const isMac: boolean;
export function hasParam(name: string): boolean;
export function getParam(name: string, defaultVal: string): string;
export function getVariable(name: string): string | null;
export function getConf(name: string): string | null;
export function ensureConf(name: string): string;
export function hasConf(name: string): boolean;
export const production: boolean;
export const supportsColor: boolean;
//# sourceMappingURL=environment.d.ts.map