UNPKG

@elsikora/nestjs-crud-automator

Version:

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

7 lines (6 loc) 232 B
export * from './auto'; export { DtoBuildDecorator } from './build-decorator.utility'; export * from './generate'; export * from './get'; export { DtoHandleDateProperty } from './handle-date-property.utility'; export * from './is';