UNPKG

@rickosborne/rebound

Version:

Rick Osborne's utilities for working with bounded numbers

3 lines 206 B
import type { If } from "./guard-bounded.js"; export declare const ifIfPresent: <IfPresent extends boolean, T, U>(ifPresent: IfPresent, t: T, u: U) => If<IfPresent, T, U>; //# sourceMappingURL=util.d.ts.map