UIKit/lib/utils/cart/index.ts
nflnkr 21a3323af9 1.0.74
fix exports
add calcTariffPrice
2024-03-27 13:29:34 +03:00

5 lines
133 B
TypeScript

export * from "./calcCart";
export * from "./calcCustomTariffPrice";
export * from "./calcTariffPrice";
export * from "./utils";