@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
9 lines (8 loc) • 328 B
TypeScript
export * from './class';
export { DATE_CONSTANT } from './date.constant';
export * from './decorator';
export * from './dto';
export { GET_LIST_QUERY_DTO_FACTORY_CONSTANT } from './factory-dto-get-list-query.constant';
export * from './interface';
export { NUMBER_CONSTANT } from './number.constant';
export * from './utility';