UNPKG

apex-code-coverage-transformer

Version:

Transform Salesforce Apex code coverage JSONs into other formats accepted by SonarQube, GitHub, GitLab, Azure, Bitbucket, etc.

5 lines 144 B
'use strict'; export function normalizePathToUnix(path) { return path.replace(/\\/g, '/'); } //# sourceMappingURL=normalizePathToUnix.js.map