UNPKG

extension-develop

Version:
4 lines (3 loc) 250 B
import { type PluginInterface, type DefaultBrowserFlags } from '../browsers-types'; export declare const DEFAULT_BROWSER_FLAGS: DefaultBrowserFlags[]; export declare function browserConfig(compilation: any, configOptions: PluginInterface): string[];