UNPKG

@graphiql/toolkit

Version:
5 lines (3 loc) 145 B
declare function formatError(error: unknown): string; declare function formatResult(result: any): string; export { formatError, formatResult };