UNPKG

web-ext

Version:

A command line tool to help build, run, and test web extensions

10 lines (9 loc) 271 B
import { main } from './program.js'; import cmd from './cmd/index.js'; // This only exposes main and cmd, while util/logger and util/adb are defined as // separate additional exports in the package.json. export default { main, cmd }; //# sourceMappingURL=main.js.map