smartnginx/ts/index.ts
2016-07-06 06:33:31 +02:00

8 lines
235 B
TypeScript

import * as plugins from "./smartnginx.plugins";
import * as CommandModule from "./smartnginx.command";
// classes
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
// exports
export let command = CommandModule;