UNPKG

sure-guard

Version:
8 lines (7 loc) 245 B
import { Validator } from './Validator'; /** * Returns a new Validator instance. * @param {any} value - The value to be validated. * @returns {Validator} - The Validator instance. */ export declare function validator(value: any): Validator;