UNPKG

@mmstack/form-validation

Version:

This is an internal library for providing localized validators :)

4 lines (3 loc) 216 B
import { Validator } from '../validator.type'; export declare function defaultIntegerMessageFactory(): string; export declare function createIntegerValidator(createMsg: () => string): () => Validator<number | null>;