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