Skip to content

helix / Bound

Type Alias: Bound

Bound = number | { max?: number; min?: number; }

Defined in: core/values/predicate.ts:33

A 1-D inclusive bound for a position/coordinate check.

Released under the MIT License · Credits