UNPKG

medapay

Version:
10 lines (7 loc) 223 B
import Creds from "./creds"; import MedaPay from "./medapay"; export * from "./models"; export * from "./medapay"; export const init = (creds: Creds, isSandbox?: boolean) => { return new MedaPay(creds, isSandbox); };