![JAR search and dependency download from the Maven repository](/logo.png)
package.dist.time.es.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
A collection of utility functions for animations.
const time = {
ms: (seconds) => seconds * 1000,
s: (milliseconds) => milliseconds / 1000,
};
export { time };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy