UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

4 lines (3 loc) 162 B
import { InternalPlugin } from '../plugin'; import { IPublishConfig } from './types'; export declare const publishPlugin: InternalPlugin<IPublishConfig | false>;