2016-07-06 01:14:44 +00:00
|
|
|
import * as plugins from "./smartnginx.plugins";
|
|
|
|
|
|
|
|
// classes
|
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";
|
|
|
|
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";
|