Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
392 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | exports.TargetNames = void 0;
|
---|
| 7 | const TargetNames = {
|
---|
| 8 | node: "node",
|
---|
| 9 | chrome: "chrome",
|
---|
| 10 | opera: "opera",
|
---|
| 11 | edge: "edge",
|
---|
| 12 | firefox: "firefox",
|
---|
| 13 | safari: "safari",
|
---|
| 14 | ie: "ie",
|
---|
| 15 | ios: "ios",
|
---|
| 16 | android: "android",
|
---|
| 17 | electron: "electron",
|
---|
| 18 | samsung: "samsung",
|
---|
| 19 | rhino: "rhino"
|
---|
| 20 | };
|
---|
| 21 | exports.TargetNames = TargetNames; |
---|
Note:
See
TracBrowser
for help on using the repository browser.