4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
|
import * as plugins from "./smartnginx.plugins";
|
||
|
|
||
|
// classes
|
||
|
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
|