API reference › @evolu/common › Type › TypeErrorFormatter
type TypeErrorFormatter<Error> = (error: Error) => string;
Defined in: packages/common/src/Type.ts:900
Formats a structured TypeError as a human-readable message.
API reference › @evolu/common › Type › TypeErrorFormatter
type TypeErrorFormatter<Error> = (error: Error) => string;
Defined in: packages/common/src/Type.ts:900
Formats a structured TypeError as a human-readable message.