6 lines
254 B
TypeScript
6 lines
254 B
TypeScript
import * as plugins from "./smartnginx.plugins";
|
|
|
|
// classes
|
|
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
|
|
export {NginxProcess} from "./smartnginx.classes.nginxprocess";
|
|
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone"; |