UNPKG

@mmstack/form-validation

Version:

This is an internal library for providing localized validators :)

2 lines (1 loc) 49 B
export type Validator<T> = (value: T) => string;