UNPKG

typedconverter

Version:

Convert object into classes match with TypeScript type annotation

8 lines (7 loc) 221 B
/// <reference types="hapi__joi" /> import joi from "@hapi/joi"; declare const _default: { converter: (val: any) => joi.ValidationResult; validator: (val: any) => joi.ValidationResult; }; export default _default;