UNPKG

nestjs-transaction

Version:

A library that extracts and provides only some of the functions of the 'typeorm-transactional' npm module that are needed to operate in the Nestjs + TypeORM environment

4 lines (3 loc) 114 B
export * from './run-in-transaction'; export * from './wrap-in-transaction'; export * from './transaciton-hooks';