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