Files
DefinitelyTyped/keymirror/index.d.ts
2016-11-14 16:03:55 -05:00

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;