UNPKG

collect-africa-js

Version:
6 lines (5 loc) 203 B
import { CollectCheckoutService } from './service/collect-checkout.js'; if (typeof window !== 'undefined') { window.CollectCheckout = CollectCheckoutService; } export default CollectCheckoutService;