source: trip-planner-front/node_modules/@babel/runtime/helpers/typeof.js@ e29cc2e

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

initial commit

  • Property mode set to 100644
File size: 723 bytes
Line 
1function _typeof(obj) {
2 "@babel/helpers - typeof";
3
4 if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
5 module.exports = _typeof = function _typeof(obj) {
6 return typeof obj;
7 };
8
9 module.exports["default"] = module.exports, module.exports.__esModule = true;
10 } else {
11 module.exports = _typeof = function _typeof(obj) {
12 return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
13 };
14
15 module.exports["default"] = module.exports, module.exports.__esModule = true;
16 }
17
18 return _typeof(obj);
19}
20
21module.exports = _typeof;
22module.exports["default"] = module.exports, module.exports.__esModule = true;
Note: See TracBrowser for help on using the repository browser.