UNPKG

ottoman

Version:
10 lines 456 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getValueByPath = void 0; const lodash_1 = __importDefault(require("lodash")); const getValueByPath = (obj, path) => lodash_1.default.get(obj, path); exports.getValueByPath = getValueByPath; //# sourceMappingURL=getValueByPath.js.map