mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
initial commit
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare module 'dotize' {
|
||||
export = dotize;
|
||||
|
||||
function dotize(obj: any): { [_: string]: any };
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare module 'express-static-gzip' {
|
||||
export = express_static_gzip;
|
||||
|
||||
function express_static_gzip(rootFolder: any, options: any): any;
|
||||
}
|
||||
Reference in New Issue
Block a user