smartenv/dist/smartenv.classes.d.ts

12 lines
234 B
TypeScript
Raw Normal View History

2016-05-01 23:29:42 +00:00
export declare class Environment {
runtimeEnv: string;
isBrowser: boolean;
userAgent: string;
isNode: boolean;
nodeVersion: string;
isCI: boolean;
isTravis: boolean;
isC9: boolean;
constructor();
}