Source: utils.js


/**
 * returns the current time
 * @returns {Date} Current Time
 */
export function now() {
  return Date.now();
}