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

package.lib.utils.within.d.ts Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
export declare function within(min: number, value: number, max: number): number;
export declare function withinMaxClamp(min: number, value: number, max: number): number;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy