UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

6 lines (5 loc) 143 B
import Formatter from '../.'; declare const Formatters: { getFormatters(): Record<string, typeof Formatter>; }; export default Formatters;