MCPcopy Create free account
hub / github.com/RubyLouvre/anu / basePropertyDeep

Function basePropertyDeep

test/babel.js:51937–51941  ·  view source on GitHub ↗

* A specialized version of `baseProperty` which supports deep paths. * * @private * @param {Array|string} path The path of the property to get. * @returns {Function} Returns the new accessor function.

(path)

Source from the content-addressed store, hash-verified

51935 * @returns {Function} Returns the new accessor function.
51936 */
51937 function basePropertyDeep(path) {
51938 return function (object) {
51939 return baseGet(object, path);
51940 };
51941 }
51942
51943 module.exports = basePropertyDeep;
51944

Callers 1

propertyFunction · 0.85

Calls 1

baseGetFunction · 0.85

Tested by

no test coverage detected