@tapjs/node-serialize
Version:
Stream TAP test data as a serialized node:test stream
5 lines • 333 B
TypeScript
import { Base } from '@tapjs/core';
import { DiagnosticData, TestStreamSerialize } from '@tapjs/error-serdes';
import { TestMap } from './test-map.js';
export declare const commentMethod: (stream: TestStreamSerialize, diagsMap: TestMap<DiagnosticData[]>) => (this: Base, ...args: any[]) => void;
//# sourceMappingURL=comment.d.ts.map