smartnginx/ts/index.ts

6 lines
254 B
TypeScript
Raw Normal View History

2016-07-06 01:14:44 +00:00
import * as plugins from "./smartnginx.plugins";
// classes
2016-07-06 06:30:33 +00:00
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
2016-07-24 23:54:36 +00:00
export {NginxProcess} from "./smartnginx.classes.nginxprocess";
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";