UNPKG

@mmstack/form-validation

Version:

This is an internal library for providing localized validators :)

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