@yobta/validator
Version:
Tree-shakable es6 validator
5 lines • 392 B
TypeScript
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