smartnginx/ts/index.ts

7 lines
209 B
TypeScript
Raw Normal View History

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