UNPKG

@ne1410s/codl

Version:

Indulge your apps with codl: a component model library

4 lines (3 loc) 172 B
import { Validator } from '../models'; /** Validates forbidden items. Only null, undefined and empty strings are ok. */ export declare const ForbiddenValidator: Validator;