/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/object-get@2.1.1/lib/object-get.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";function objectGet(e,r){if(!e||!r)throw new Error("both object and expression args are required");return r.trim().split(".").reduce((function(e,r){var t=r.match(/(.*?)\[(.*?)\]/);return t?e&&e[t[1]]&&e[t[1]][t[2]]:e&&e[r]}),e)}module.exports=objectGet;
//# sourceMappingURL=/sm/3d2b780f6876ee24f75044e79f0286f70b20b86307698d14a80208e5f0892920.map