smartenv/dist/smartenv.classes.d.ts
2016-05-02 01:29:42 +02:00

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();
}