UNPKG

ratio-lock

Version:

A TypeScript library for managing n numbers with locked ratios. When the ratio is locked, changing one value automatically adjusts all other values to maintain their proportional relationships.

7 lines 182 B
/** * Error thrown by RatioLock operations */ export declare class RatioLockError extends Error { constructor(message: string); } //# sourceMappingURL=ratio-lock-error.d.ts.map