UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

3 lines (2 loc) 65 B
/** @internal */ export type PromiseOrValue<T> = Promise<T> | T;