UNPKG

echidna-coverage-parser

Version:

Echidna log parser package

7 lines (6 loc) 475 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.readCoverageFileAndProcess = exports.readFileAndProcess = void 0; var parsing_1 = require("./parsing"); Object.defineProperty(exports, "readFileAndProcess", { enumerable: true, get: function () { return parsing_1.readFileAndProcess; } }); Object.defineProperty(exports, "readCoverageFileAndProcess", { enumerable: true, get: function () { return parsing_1.readCoverageFileAndProcess; } });