smartnginx/dist/index.d.ts

4 lines
201 B
TypeScript
Raw Normal View History

2016-07-06 06:30:33 +00:00
export { NginxConfig } from "./smartnginx.classes.nginxconfig";
2016-07-24 23:54:36 +00:00
export { NginxProcess } from "./smartnginx.classes.nginxprocess";
2016-07-06 06:30:33 +00:00
export { NginxZone, zoneTypes } from "./smartnginx.classes.nginxzone";