UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

6 lines (5 loc) 195 B
import { ExtensionRunner } from '../../types'; /** * The manual runner tells the user to load the unpacked extension manually. */ export declare function createManualRunner(): ExtensionRunner;