UNPKG

extension-develop

Version:
8 lines (7 loc) 276 B
import { type Manifest, type FilepathList } from '../../../../webpack-types'; export declare function sandbox(manifest: Manifest, excludeList: FilepathList): { sandbox: { pages: string[]; content_security_policy?: string | undefined; }; } | undefined;