Skyline/node_modules/ow/dist/utils/generate-argument-error-message.d.ts

9 lines
321 B
TypeScript
Raw Normal View History

2021-11-22 17:39:03 +00:00
/**
Generates a complete message from all errors generated by predicates.
@param errors - The errors generated by the predicates.
@param isAny - If this function is called from the any argument.
@hidden
*/
export declare const generateArgumentErrorMessage: (errors: Map<string, Set<string>>, isAny?: boolean) => string;