📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 08:44:55
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
underscore
/
modules
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/underscore/modules
🔄 Refresh
✏️
Editing: property.js
Writable
import deepGet from './_deepGet.js'; import toPath from './_toPath.js'; // Creates a function that, when passed an object, will traverse that object’s // properties down the given `path`, specified as an array of keys or indices. export default function property(path) { path = toPath(path); return function(obj) { return deepGet(obj, path); }; }
💾 Save Changes
❌ Cancel