UNPKG

@filanodev/paygate-core

Version:

PayGateGlobal JavaScript SDK - Core package for FLOOZ and T-Money payments

8 lines (7 loc) 263 B
export { PayGateClient } from './client' export { PayGateError } from './types' export * from './types' export * from './constants' export * from './utils' // Export par défaut pour une utilisation plus simple export { PayGateClient as default } from './client'