Sha256: c55eca402a555310428b12c17bae0e0e9232d228163d51ae17751b2a65039380

Contents?: true

Size: 384 Bytes

Versions: 167

Compression:

Stored size: 384 Bytes

Contents

/**
 * Gets the first element of `array`.
 *
 * @static
 * @memberOf _
 * @alias head
 * @category Array
 * @param {Array} array The array to query.
 * @returns {*} Returns the first element of `array`.
 * @example
 *
 * _.first([1, 2, 3]);
 * // => 1
 *
 * _.first([]);
 * // => undefined
 */
function first(array) {
  return array ? array[0] : undefined;
}

module.exports = first;

Version data entries

167 entries across 87 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/array/first.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/array/first.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/array/first.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/array/first.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/array/first.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/array/first.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/array/first.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/array/first.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array/first.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array/first.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/array/first.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/array/first.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/array/first.js