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

6 lines (5 loc) 222 B
import type esbuild from "esbuild"; export declare function createEsbuildPlugin(configuration: Cypress.PluginConfigOptions, options?: { prettySourceMap: boolean; }): esbuild.Plugin; export default createEsbuildPlugin;