mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +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 };
|
||||
}
|
||||
Reference in New Issue
Block a user