export * from "./calculatePercentage"; export * from "./getAverage"; export * from "./getAspectRatio"; export * from "./formatNumberWithCommas"; export * from "./roundToDecimal"; export * from "./clamp";