UNPKG

@elsikora/nestjs-crud-automator

Version:

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

8 lines (7 loc) 246 B
export * from './controller/index'; export * from './function/index'; export * from './method.decorator'; export * from './property/index'; export * from './service/index'; export * from './service.decorator'; export * from './subscriber/index';