smartnginx/dist/index.d.ts

5 lines
240 B
TypeScript
Raw Normal View History

2016-07-06 04:33:31 +00:00
import * as CommandModule from "./smartnginx.command";
2016-07-06 06:30:33 +00:00
export { NginxConfig } from "./smartnginx.classes.nginxconfig";
export { NginxZone, zoneTypes } from "./smartnginx.classes.nginxzone";
2016-07-06 04:33:31 +00:00
export declare let command: typeof CommandModule;