UNPKG

b-b-calculations

Version:

A cart calculation engine for buffalo burger restaurants

9 lines 211 B
export interface CartTotalsResults { itemsNetPrice: number; itemsTotalPrice: number; } export interface Isumcart { netPrice: number; totalPrice: number; } //# sourceMappingURL=CartTotals.d.ts.map