UNPKG

softkave-js-utils

Version:

JavaScript & Typescript utility functions, types, and classes

6 lines (5 loc) 214 B
export declare function checkErrorHasName(error: unknown, expectedErrorNames: string | string[], shouldMatchAtLeastOne?: boolean): { matchedNames: string[]; missingNames: string[]; matches: boolean; };