UNPKG

@elsikora/nestjs-crud-automator

Version:

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

5 lines (4 loc) 170 B
export * from './function'; export { ApiRouteRuntime } from './route-runtime.class'; export { ApiServiceBase } from './service-base.class'; export * from './subscriber';