UNPKG

nestjs-typeorm-transactions

Version:

A NestJS module to make transaction management easier across different services

7 lines 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asyncLocalStorage = void 0; const async_hooks_1 = require("async_hooks"); /** Async local storage that is used to share the transactional entity manager across different method calls */ exports.asyncLocalStorage = new async_hooks_1.AsyncLocalStorage(); //# sourceMappingURL=async-local-storage.js.map