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

3
ts/smartnginx.plugins.ts Normal file
View File

@ -0,0 +1,3 @@
export import cert = require("cert");
export import q = require("q");
export import smartfile = require("smartfile");