smartnginx/ts/index.ts

6 lines
209 B
TypeScript

import * as plugins from "./smartnginx.plugins";
// classes
export * from "./smartnginx.classes.nginxconfig";
export * from "./smartnginx.classes.nginxprocess";
export * from "./smartnginx.classes.nginxhost";