UNPKG
web-ext-run
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
A tool to open and run web extensions
github.com/aklinker1/web-ext-run
aklinker1/web-ext-run
web-ext-run
/
lib
/
main.js
8 lines
(7 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
cmd
from
'./cmd/index.js'
;
// This only exposes cmd, while util/logger and util/adb are defined as
// separate additional exports in the package.json.
export
default
{ cmd };
//# sourceMappingURL=main.js.map