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

4 lines
180 B
TypeScript

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