smartnginx/ts/index.ts
2016-07-06 03:14:44 +02:00

4 lines
132 B
TypeScript

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