UNPKG

testcafe-reporter-cucumber-json

Version:
6 lines (5 loc) 391 B
import { ReporterlPluginHost } from './reporter-interface'; export declare const nativeWrite: (text: string) => ReporterlPluginHost; export declare const nativeSetIndent: (val: number) => ReporterlPluginHost; export declare const nativeNewLine: () => ReporterlPluginHost; export declare const nativeFormatError: (err: import("./reporter-interface").CallsiteError, prefix: string) => string;