PHP WebShell

Текущая директория: /opt/bitgo-express/node_modules/lodash

Просмотр файла: identity.js

/**
 * This method returns the first argument given to it.
 *
 * @static
 * @since 0.1.0
 * @memberOf _
 * @category Util
 * @param {*} value Any value.
 * @returns {*} Returns `value`.
 * @example
 *
 * var object = { 'user': 'fred' };
 *
 * console.log(_.identity(object) === object);
 * // => true
 */
function identity(value) {
  return value;
}

module.exports = identity;

Выполнить команду


Для локальной разработки. Не используйте в интернете!