UNPKG

@hiki9/rich-domain

Version:

Rich Domain is a library that provides a set of tools to help you build complex business logic in NodeJS using Domain Driven Design principles.

7 lines 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnitOfWorkService = void 0; class UnitOfWorkService { } exports.UnitOfWorkService = UnitOfWorkService; //# sourceMappingURL=unit-of-work.service.js.map