UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

6 lines (5 loc) 189 B
export declare type HashList<T> = Array<T> & Record<string, T>; export declare function createHashList<T extends { name: string; ordinal: number; }>(values: Array<T>): HashList<T>;