@types/keymirror
Version:
TypeScript definitions for keymirror
22 lines (16 loc) • 687 B
Markdown
# Installation
> `npm install --save @types/keymirror`
# Summary
This package contains type definitions for keymirror (https://github.com/STRML/keyMirror).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror/index.d.ts)
````ts
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K };
export = KeyMirror;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:38 GMT
* Dependencies: none
# Credits
These definitions were written by [Johannes Fahrenkrug](https://github.com/jfahrenkrug).