UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

5 lines (4 loc) 224 B
import { Plugin } from "rollup"; import { ICypressConfiguration } from "@badeball/cypress-configuration"; export declare function createRollupPlugin(config: ICypressConfiguration): Plugin; export default createRollupPlugin;