initial commit

This commit is contained in:
Wyatt Johnson
2018-06-16 17:20:51 -06:00
commit 02e1236792
39 changed files with 5258 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
declare module 'dotize' {
export = dotize;
function dotize(obj: any): { [_: string]: any };
}
+5
View File
@@ -0,0 +1,5 @@
declare module 'express-static-gzip' {
export = express_static_gzip;
function express_static_gzip(rootFolder: any, options: any): any;
}