7f82b9dd21472eecf284e3c120ad4a5ebfaff1754bddc5a0bf03a6c746184c6f.json 633 B

1
  1. {"ast":null,"code":"import root from './_root.js';\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n * console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function () {\n return root.Date.now();\n};\nexport default now;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}