UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

1 lines 220 B
{"version":3,"file":"PromiseOrValue.js","sourceRoot":"","sources":["../../src/jsutils/PromiseOrValue.ts"],"names":[],"mappings":"","sourcesContent":["/** @internal */\nexport type PromiseOrValue<T> = Promise<T> | T;\n"]}