source: imaps-frontend/node_modules/@babel/preset-env/lib/module-transformations.js@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 380 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var _default = exports.default = {
8 amd: "transform-modules-amd",
9 commonjs: "transform-modules-commonjs",
10 cjs: "transform-modules-commonjs",
11 systemjs: "transform-modules-systemjs",
12 umd: "transform-modules-umd"
13};
14
15//# sourceMappingURL=module-transformations.js.map
Note: See TracBrowser for help on using the repository browser.