UNPKG

@graphql-tools/graphql

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