UNPKG

@yobta/validator

Version:
6 lines 462 B
import type { YobtaMaybe } from '../_types/YobtaMaybe.js'; import type { YobtaOptionaUnknownArray } from '../_types/YobtaOptionaUnknownArray.js'; import type { YobtaSyncRule } from '../rule/rule.js'; export declare const minItemsMessage: (limit: number) => string; export declare const minItems: <I extends YobtaOptionaUnknownArray>(limit: number, message?: (limit: number) => string) => YobtaSyncRule<I, YobtaMaybe<I, I>>; //# sourceMappingURL=minItems.d.ts.map