smartnginx/dist/index.d.ts
2016-07-06 08:30:33 +02:00

5 lines
240 B
TypeScript

import * as CommandModule from "./smartnginx.command";
export { NginxConfig } from "./smartnginx.classes.nginxconfig";
export { NginxZone, zoneTypes } from "./smartnginx.classes.nginxzone";
export declare let command: typeof CommandModule;