UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

2 lines (1 loc) 48 B
export type PromiseOrValue<T> = Promise<T> | T;