UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

20 lines (19 loc) 400 B
import { browser as browser$1 } from "@wxt-dev/browser"; //#region src/browser.ts /** * Contains the `browser` export which you should use to access the extension * APIs in your project: * * ```ts * import { browser } from 'wxt/browser'; * * browser.runtime.onInstalled.addListener(() => { * // ... * }); * ``` * * @module wxt/browser */ const browser = browser$1; //#endregion export { browser };