smartenv/dist/smartenv.classes.environment.d.ts

12 lines
234 B
TypeScript

export declare class Environment {
runtimeEnv: string;
isBrowser: boolean;
userAgent: string;
isNode: boolean;
nodeVersion: string;
isCI: boolean;
isTravis: boolean;
isC9: boolean;
constructor();
}