wxt
Version:
⚡ Next-gen Web Extension Framework
10 lines (9 loc) • 401 B
TypeScript
import { WebExtConfig } from '../types';
/**
* @deprecated Use `defineWebExtConfig` instead. Same function, different name.
*/
export declare function defineRunnerConfig(config: WebExtConfig): WebExtConfig;
/**
* Configure how [`web-ext`](https://github.com/mozilla/web-ext) starts the browser during development.
*/
export declare function defineWebExtConfig(config: WebExtConfig): WebExtConfig;