UNPKG

@elsikora/nestjs-crud-automator

Version:

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

9 lines (8 loc) 337 B
export type * from './api'; export { type IApiBaseEntity } from './api-base-entity.interface'; export type * from './class'; export type * from './decorator/api'; export { type IDtoGenerateFactory } from './dto-generate-factory.interface'; export type * from './entity'; export type * from './utility'; export type * from './validator';