INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Clamps a number between a minimum and maximum value.
|
||||
*/
|
||||
export declare function clamp(n: number, min: number, max: number): number;
|
||||
Reference in New Issue
Block a user