variable clampimport { clamp } from "https://deno.land/x/froebel@v0.23.2/mod.ts"; Clamp num between min and max inclusively. type(min: number,num: number,max: number,) => unknown