UNPKG

rollup-plugin-chrome-extension

Version:

Build Chrome Extensions with this Rollup plugin.

5 lines (4 loc) 233 B
/// <reference types="chrome" /> declare const checkPolyfilled = "typeof browser !== \"undefined\""; declare const _executeScript: typeof chrome.tabs.executeScript; declare const withP: (args_0: any, args_1?: any) => Promise<any[]>;