UNPKG

@graphql-tools/executor

Version:

Fork of GraphQL.js' execute function

2 lines (1 loc) 120 B
export declare function getBySet<T, U>(map: ReadonlyMap<ReadonlySet<T>, U>, setToMatch: ReadonlySet<T>): U | undefined;