dom-to-code
Version:
navigate to the code through the dom
14 lines (7 loc) • 401 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const path = require('path');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e["default"] : e; }
const path__default = /*#__PURE__*/_interopDefaultLegacy(path);
const pathResolve = (...paths) => path__default.resolve(__dirname, ...paths);
exports.pathResolve = pathResolve;
;