UNPKG

validator-is

Version:

**validator-is: Simplify Your Validation and Swagger Documentation**

3 lines (2 loc) 142 B
import { IsType } from './is-type.type'; export declare function Is(type: IsType, required: boolean, description: string): PropertyDecorator;