UNPKG

archunit

Version:

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

8 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeWindowsPaths = void 0; const normalizeWindowsPaths = (input) => { return input.replace(/\\/g, '/'); }; exports.normalizeWindowsPaths = normalizeWindowsPaths; //# sourceMappingURL=path-utils.js.map