smartnginx/ts/index.ts

6 lines
209 B
TypeScript
Raw Normal View History

2016-07-06 01:14:44 +00:00
import * as plugins from "./smartnginx.plugins";
// classes
export * from "./smartnginx.classes.nginxconfig";
export * from "./smartnginx.classes.nginxprocess";
export * from "./smartnginx.classes.nginxhost";