UNPKG

321 BTypeScriptView Raw
1/**
2Generates a complete message from all errors generated by predicates.
3
4@param errors - The errors generated by the predicates.
5@param isAny - If this function is called from the any argument.
6@hidden
7*/
8export declare const generateArgumentErrorMessage: (errors: Map<string, Set<string>>, isAny?: boolean) => string;