ErrorMap
Summary
Function used to customize issue messages.
Return undefined to use the default message.
Signature
type ErrorMap = (context: ErrorMapContext) => string | undefined;
Function used to customize issue messages.
Return undefined to use the default message.
type ErrorMap = (context: ErrorMapContext) => string | undefined;