UNPKG

@ne1410s/codl

Version:

Indulge your apps with codl: a component model library

4 lines (3 loc) 151 B
import { Validator } from '../models'; /** Validates required items. 0, 0n and false are allowed */ export declare const RequiredValidator: Validator;