@rickosborne/rebound
Version:
Rick Osborne's utilities for working with bounded numbers
9 lines • 653 B
TypeScript
import { Rebound } from "./rebound.js";
export declare const int360: Rebound<number & import("./spec.js").ReboundedFromConfig<"[", 0, "int", 359, "]">>;
export declare const toInt360: import("./from-number-bounded.js").FromNumberIfPresent<number & import("./spec.js").ReboundedFromConfig<"[", 0, "int", 359, "]">>;
export declare const assertInt360: import("./assert-bounded.js").AssertExact<never>, isInt360: import("./guard-bounded.js").GuardExact<number & import("./spec.js").ReboundedFromConfig<"[", 0, "int", 359, "]">>;
/**
* An integer in the range [0,360).
*/
export type Int360 = typeof int360.numberType;
//# sourceMappingURL=int360.d.ts.map