UNPKG

nestjs-api-tools

Version:

Wrappers for convenient API development including validation, logging and i18n wrappers

4 lines (2 loc) 206 B
export type ApplyDecoratorsType = <Y>(target: any, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void; export type TransformDecoratorType = (target: any, key: string) => void;