smartnginx/ts/index.ts

5 lines
168 B
TypeScript
Raw Permalink Normal View History

2016-07-06 01:14:44 +00:00
// classes
2023-07-26 14:05:53 +00:00
export * from './smartnginx.classes.smartnginx.js';
export * from './smartnginx.classes.nginxprocess.js';
export * from './smartnginx.classes.nginxhost.js';