UNPKG

@yobta/validator

Version:
4 lines 278 B
import type { YobtaMaybe } from '../_types/YobtaMaybe.js'; import type { YobtaSyncRule } from '../rule/rule.js'; export declare const test: <I extends string | undefined>(re: RegExp, message: string) => YobtaSyncRule<I, YobtaMaybe<I, string>>; //# sourceMappingURL=test.d.ts.map