UNPKG

extension-develop

Version:
8 lines (7 loc) 259 B
import { type Manifest, type FilepathList } from '../../../../webpack-types'; export declare function contentScripts(manifest: Manifest, excludeList: FilepathList): { content_scripts: { js: string[]; css: string[]; }[]; } | undefined;