UNPKG

archunit

Version:

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

8 lines 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestFIle = void 0; /* eslint-disable @typescript-eslint/no-explicit-any */ class TestFIle { } exports.TestFIle = TestFIle; //# sourceMappingURL=test.file.js.map