Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.1/lodash/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.1/lodash/_baseProperty.js

/**
 * The base implementation of `_.property` without support for deep paths.
 *
 * @private
 * @param {string} key The key of the property to get.
 * @returns {Function} Returns the new accessor function.
 */
function baseProperty(key) {
  return function(object) {
    return object == null ? undefined : object[key];
  };
}

module.exports = baseProperty;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists