smartnginx/ts/index.ts

9 lines
293 B
TypeScript
Raw Normal View History

2016-07-06 01:14:44 +00:00
import * as plugins from "./smartnginx.plugins";
2016-07-06 04:33:31 +00:00
import * as CommandModule from "./smartnginx.command";
2016-07-06 01:14:44 +00:00
// classes
2016-07-06 06:30:33 +00:00
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";
2016-07-06 04:33:31 +00:00
// exports
export let command = CommandModule;