fd6c6a83f48f4346232be113e88dfb720604e8619b67e0f3b14f220df6fd9873.json 427 B

1
  1. {"ast":null,"code":"/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n return object == null ? undefined : object[key];\n}\nexport default getValue;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}