Skip to content
On this page

ILineTick

Interface Definition

ts
interface ILineTick {
    readonly line: number;
    readonly hitCount: number;
};

Documentation

Documentation Created with ❤️ by Stuyk