UNPKG

graphql-codegen-types-map

Version:
4 lines (3 loc) 133 B
export declare const fromEntries: <Key extends PropertyKey, Value>(entries: Iterable<[Key, Value]>) => { [key in Key]: Value; };