UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines 224 B
/** * Reduces a number by a given percentage. * Example: decreaseByPercentage(200, 10) → 180 */ export declare function decreaseByPercentage(value: number, percentage: number): number; //# sourceMappingURL=math.d.ts.map