main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
465 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.TargetNames = void 0;
|
---|
7 | const TargetNames = exports.TargetNames = {
|
---|
8 | node: "node",
|
---|
9 | deno: "deno",
|
---|
10 | chrome: "chrome",
|
---|
11 | opera: "opera",
|
---|
12 | edge: "edge",
|
---|
13 | firefox: "firefox",
|
---|
14 | safari: "safari",
|
---|
15 | ie: "ie",
|
---|
16 | ios: "ios",
|
---|
17 | android: "android",
|
---|
18 | electron: "electron",
|
---|
19 | samsung: "samsung",
|
---|
20 | rhino: "rhino",
|
---|
21 | opera_mobile: "opera_mobile"
|
---|
22 | };
|
---|
23 |
|
---|
24 | //# sourceMappingURL=options.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.