UNPKG

@gabliam/validate-joi

Version:
5 lines (4 loc) 310 B
import { Joi } from '@gabliam/core'; import { ValidationOptions, ValidatorType } from '../metadatas'; export declare const NO_VALIDATION: unique symbol; export declare const createValidateRequest: (rules: Map<ValidatorType, Joi.Schema>, options: ValidationOptions) => (source: ValidatorType, val: any) => any;