UNPKG

cypress-rspack-dev-server

Version:
4 lines (3 loc) 220 B
import { type Configuration } from '@rspack/core'; import type { CreateFinalRspackConfig } from './createRspackDevServer'; export declare function makeCypressRspackConfig(config: CreateFinalRspackConfig): Configuration;