Type alias GetCollNumRepFn
Type declaration
- (path, matches): CollNumRep
Parameters
- path: readonly (string | number)[]
- matches: ((exp, acc) => boolean)
- (exp, acc): boolean
Parameters
- exp: readonly (string | number)[]
- acc: readonly (string | number)[]
Returns boolean