Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 439 Bytes

puppeteer.coverageentry.ranges.md

File metadata and controls

16 lines (11 loc) · 439 Bytes

Home > puppeteer > CoverageEntry > ranges

CoverageEntry.ranges property

The covered range as start and end positions.

Signature:

ranges: Array<{
        start: number;
        end: number;
    }>;