UNPKG

@apizr-io/class-utils

Version:

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

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