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

package.lib.clamp.js Maven / Gradle / Ivy

There is a newer version: 10.17.0
Show newest version
export const clamp = (min, max, v) => Math.min(Math.max(v, min), max);
//# sourceMappingURL=clamp.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy