smartnginx/ts/index.ts
2016-07-25 01:54:36 +02:00

6 lines
254 B
TypeScript

import * as plugins from "./smartnginx.plugins";
// classes
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
export {NginxProcess} from "./smartnginx.classes.nginxprocess";
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";