@rickosborne/rebound
Version:
Rick Osborne's utilities for working with bounded numbers
7 lines • 304 B
TypeScript
import type { CheckedBounds } from "./spec.js";
/**
* Calculate the effective range for a given bounds. That is, take
* into account the inclusivity of the lower and upper bounds.
*/
export declare const effectiveRange: (bounds: CheckedBounds) => number;
//# sourceMappingURL=effective-range.d.ts.map