UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

7 lines (6 loc) 219 B
import Formatter, { IFormatterOptions } from './'; export default class UsageFormatter extends Formatter { static readonly documentation: string; constructor(options: IFormatterOptions); logUsage(): void; }