UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

7 lines (6 loc) 319 B
import type { ValidationMessage } from '../types'; import type { CheckMatcherArgs } from './types'; /** * Only if type condition or context condition violated then errors array will be mutated to store metadata */ export declare function check({ val: matchers, currentPath, }: CheckMatcherArgs): ValidationMessage[];