UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines 198 B
export function isPromise(value) { return value instanceof Promise; } export function isPromiseLike(value) { return typeof value?.then === 'function'; } //# sourceMappingURL=isPromise.js.map