mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Improve type definition for keymirror
This commit is contained in:
parent
e8ba41e4e2
commit
71ddd7d62b
2
keymirror/index.d.ts
vendored
2
keymirror/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user