smartci/ts/classes.ts

7 lines
122 B
TypeScript
Raw Normal View History

2015-12-01 05:03:33 +00:00
/// <reference path="index.ts" />
class Environment {
runtimeEnv:string;
isBrowser:boolean;
isNode:boolean;
}