UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

16 lines (13 loc) 452 B
import { ApiPropertyDate } from '../../../../../decorator/api/property/date.decorator.js'; class DtoPropertyFactoryDate { create(metadata, entity, config, _method, _dtoType, _propertyName) { const { type, ...restProperties } = metadata; return ApiPropertyDate({ entity, ...config, ...restProperties, }); } } export { DtoPropertyFactoryDate }; //# sourceMappingURL=date.class.js.map