UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines (6 loc) 191 B
/** * Sometimes a non-error is thrown, wrap it as an Error instance to ensure a consistent Error interface. * * @internal */ export declare function toError(thrownValue: unknown): Error;