PHP 8.2.30
Preview: add.js Size: 358 B
//opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules/cli-table2/node_modules/lodash/math/add.js

/**
 * Adds two numbers.
 *
 * @static
 * @memberOf _
 * @category Math
 * @param {number} augend The first number to add.
 * @param {number} addend The second number to add.
 * @returns {number} Returns the sum.
 * @example
 *
 * _.add(6, 4);
 * // => 10
 */
function add(augend, addend) {
  return (+augend || 0) + (+addend || 0);
}

module.exports = add;

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
358 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
491 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
505 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
1.80 KB lrw-r--r-- 2021-09-28 11:28:35
Edit Download
1.80 KB lrw-r--r-- 2021-09-28 11:28:35
Edit Download
485 B lrw-r--r-- 2021-09-28 11:28:35
Edit Download
1.31 KB lrw-r--r-- 2021-09-28 11:28:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).