UNPKG

postel-ita

Version:

Library to create files compatible with italian Poste Postel system

7 lines (6 loc) 299 B
import Postel from './lib/Postel'; import Currency from './lib/Currency'; import Payment from './lib/Payment'; import { AddressParams, CommParams, HeaderParams, BankAccount } from './types'; export { Postel, Currency, Payment }; export type { AddressParams, CommParams, HeaderParams, BankAccount };