smartnginx/ts/index.ts

5 lines
168 B
TypeScript
Raw Normal View History

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