afe89eb77d71a12b408b11a6ddb7a564d212c1c20f96e39e22354b04e76954c6.json 616 B

1
  1. {"ast":null,"code":"import createRound from './_createRound.js';\n\n/**\n * Computes `number` rounded to `precision`.\n *\n * @static\n * @memberOf _\n * @since 3.10.0\n * @category Math\n * @param {number} number The number to round.\n * @param {number} [precision=0] The precision to round to.\n * @returns {number} Returns the rounded number.\n * @example\n *\n * _.round(4.006);\n * // => 4\n *\n * _.round(4.006, 2);\n * // => 4.01\n *\n * _.round(4060, -2);\n * // => 4100\n */\nvar round = createRound('round');\nexport default round;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}