smartenv/dist/index.d.ts

8 lines
172 B
TypeScript
Raw Permalink Normal View History

2016-11-21 10:58:37 +00:00
import * as classes from './smartenv.classes';
declare let smartenv: {
2016-05-01 23:29:42 +00:00
getEnv: () => classes.Environment;
printEnv: () => void;
obs: any;
};
export = smartenv;