UNPKG

@yobta/validator

Version:
5 lines 392 B
import type { YobtaPathSegment } from '../_types/YobtaPath.js'; import type { YobtaSyncRule } from '../rule/rule.js'; export declare const identicalMessage: (field: string, path: YobtaPathSegment) => string; export declare const identical: <I>(path: YobtaPathSegment, message?: (field: string, path: YobtaPathSegment) => string) => YobtaSyncRule<I, I>; //# sourceMappingURL=identical.d.ts.map