inital upload
This commit is contained in:
5
node_modules/graphql/jsutils/toObjMap.d.ts
generated
vendored
Normal file
5
node_modules/graphql/jsutils/toObjMap.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Maybe } from './Maybe';
|
||||
import type { ReadOnlyObjMap, ReadOnlyObjMapLike } from './ObjMap';
|
||||
export declare function toObjMap<T>(
|
||||
obj: Maybe<ReadOnlyObjMapLike<T>>,
|
||||
): ReadOnlyObjMap<T>;
|
||||
Reference in New Issue
Block a user