UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

8 lines (7 loc) 267 B
import Formatter, { IFormatterOptions } from './'; export default class UsageJsonFormatter extends Formatter { static readonly documentation: string; constructor(options: IFormatterOptions); logUsage(): void; replacer(key: string, value: any): any; }