UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

7 lines (6 loc) 203 B
import type { Order } from '@unchainedshop/core-orders'; declare const roundedAmountFromOrder: (order: Order) => { currencyCode: string; amount: number; }; export default roundedAmountFromOrder;