dependency-injection-cat
Version:
DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!
7 lines (6 loc) • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getImportPathToExternalDirectory = void 0;
var libraryName_1 = require("../../../constants/libraryName");
var getImportPathToExternalDirectory = function () { return libraryName_1.libraryName + "/external"; };
exports.getImportPathToExternalDirectory = getImportPathToExternalDirectory;