9 lines
293 B
TypeScript
9 lines
293 B
TypeScript
import * as plugins from "./smartnginx.plugins";
|
|
import * as CommandModule from "./smartnginx.command";
|
|
|
|
// classes
|
|
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
|
|
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";
|
|
|
|
// exports
|
|
export let command = CommandModule; |