UNPKG

archunit

Version:

ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app

8 lines 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.startDb = void 0; function startDb() { console.log('Started DB'); } exports.startDb = startDb; //# sourceMappingURL=db.js.map