UNPKG

@apizr-io/class-utils

Version:

Package containing all class-validator function with all custom apizr class validation functions

4 lines (3 loc) 199 B
import { AllowedType } from './object.utils'; export declare const getTypesName: (types: AllowedType[], isArray?: boolean) => string; export declare const getTypeName: (type: AllowedType) => string;