UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines 285 B
export declare const toRadians: (degrees: number) => number; /** * 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