mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
8 lines
311 B
TypeScript
8 lines
311 B
TypeScript
// Type definitions for keymirror 0.1.1
|
|
// Project: https://github.com/STRML/keyMirror
|
|
// Definitions by: Johannes Fahrenkrug <https://github.com/jfahrenkrug>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function KeyMirror(obj: {}): { [key: string]: string };
|
|
export = KeyMirror;
|