All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.now.js Maven / Gradle / Ivy

The newest version!
// A (possibly faster) way to get the current timestamp as an integer.
export default Date.now || function() {
  return new Date().getTime();
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy