UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

3 lines (2 loc) 137 B
/** @internal */ export declare function getBySet<T, U>(map: ReadonlyMap<ReadonlySet<T>, U>, setToMatch: ReadonlySet<T>): U | undefined;