How do I navigate through "../utils/mapPositionUtils" in the chrome developer console. I require the code of the file. Below is another file importing the code.
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.DrawSearchLayer = exports.initialState = void 0;
var _react = _interopRequireWildcard(require("react"));
var _propTypes = _interopRequireDefault(require("prop-types"));
var _reactAutobind = _interopRequireDefault(require("react-autobind"));
var _throttle2 = _interopRequireDefault(require("lodash/throttle"));
var _drawSearchUtils = require("../util/drawSearchUtils");
var _mapPositionUtils = require("../util/mapPositionUtils");
The link to the site.
I'm a beginner at javascript (I develop in python), so excuse me if this is a basic question :).