Skip to content
westernat edited this page Feb 3, 2024 · 1 revision

Bounds

Static Methods

of(arg: any): Bounds

exactly(a: number): Bounds

atLeast(a: number): Bounds

between(a: number, b: number): Bounds

atMost(b: number): Bounds

any(): Bounds

Clone this wiki locally