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 differentMessage: (field: string, path: YobtaPathSegment) => string; export declare const different: <I>(path: YobtaPathSegment, message?: (field: string, path: YobtaPathSegment) => string) => YobtaSyncRule<I, I>; //# sourceMappingURL=different.d.ts.map