This commit is contained in:
2016-07-06 03:14:44 +02:00
commit d99fd48813
14 changed files with 161 additions and 0 deletions

4
ts/index.ts Normal file
View File

@ -0,0 +1,4 @@
import * as plugins from "./smartnginx.plugins";
// classes
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";