@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
12 lines (11 loc) • 383 B
TypeScript
export * from './class/index';
export * from './constant/index';
export * from './decorator/api/index';
export * from './enum/index';
export * from './factory/api/index';
export * from './interceptor/index';
export type * from './interface/index';
export * from './module/index';
export type * from './type/index';
export * from './utility/index';
export * from './validator/index';