@rickosborne/rebound
Version:
Rick Osborne's utilities for working with bounded numbers
3 lines • 298 B
TypeScript
import type { TypedCheckedBounds } from "./spec.js";
export declare const addTypedProperties: <T extends object, Bounds extends Omit<TypedCheckedBounds, "typeName">>(target: T, bounds: Bounds, typeName: string, fnName: string) => T & TypedCheckedBounds;
//# sourceMappingURL=typed-function.d.ts.map