UNPKG

tap-parser

Version:

parse the test anything protocol

10 lines 234 B
/** * A class representing the TAP plan line */ export declare class Plan { start: number; end: number; comment: string; constructor(start: number, end: number, comment?: string); } //# sourceMappingURL=plan.d.ts.map