source: trip-planner-front/node_modules/@babel/helper-compilation-targets/lib/options.js@ 6a80231

Last change on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 392 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.TargetNames = void 0;
7const 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};
21exports.TargetNames = TargetNames;
Note: See TracBrowser for help on using the repository browser.