4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
/// <reference path="typings/main.d.ts" />
|
|
declare var smartenv: any;
|
|
export = smartenv;
|