UNPKG

@types/keymirror

Version:
3 lines (2 loc) 82 B
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K }; export = KeyMirror;