UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

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