UNPKG

robust-validator

Version:

Rule-based data validation library

4 lines (3 loc) 144 B
import { IContext } from "../Interface"; declare const _default: (value: any, date: any, extra?: IContext) => boolean; export default _default;