smartnginx/dist/index.d.ts
2016-07-25 01:54:36 +02:00

4 lines
201 B
TypeScript

export { NginxConfig } from "./smartnginx.classes.nginxconfig";
export { NginxProcess } from "./smartnginx.classes.nginxprocess";
export { NginxZone, zoneTypes } from "./smartnginx.classes.nginxzone";