smartnginx/ts/index.ts

4 lines
132 B
TypeScript
Raw Normal View History

2016-07-06 01:14:44 +00:00
import * as plugins from "./smartnginx.plugins";
// classes
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";