UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

6 lines (5 loc) 209 B
import { GraphQLError } from 'graphql'; export declare class LedgerLockError extends GraphQLError { constructor(); } export declare function errorSimplifier(message: string, error: unknown): GraphQLError;