nest-autocrud/libs/index.ts

4 lines
81 B
TypeScript
Raw Normal View History

2024-10-29 03:34:43 +00:00
export * from './prisma';
export * from './skeleton';
export * from './typeorm';