mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Improve type definition for keymirror
This commit is contained in:
Vendored
+1
-1
@@ -3,5 +3,5 @@
|
||||
// Definitions by: Johannes Fahrenkrug <https://github.com/jfahrenkrug>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare function KeyMirror(obj: Object): Object;
|
||||
declare function KeyMirror(obj: {}): { [key: string]: string };
|
||||
export = KeyMirror;
|
||||
|
||||
Reference in New Issue
Block a user