UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

6 lines (5 loc) 202 B
import type { Maybe } from './Maybe'; import type { ReadOnlyObjMap, ReadOnlyObjMapLike } from './ObjMap'; export declare function toObjMap<T>( obj: Maybe<ReadOnlyObjMapLike<T>>, ): ReadOnlyObjMap<T>;