MCPcopy
hub / github.com/nusu/avvvatars / MinMax

Interface MinMax

src/lib/random.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface MinMax extends range {
14 random: number
15}
16
17function minMax(opts: MinMax){
18 const { random, min, max } = opts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected