UNPKG

medapay

Version:
6 lines (5 loc) 202 B
import Creds from "./creds"; import MedaPay from "./medapay"; export * from "./models"; export * from "./medapay"; export declare const init: (creds: Creds, isSandbox?: boolean | undefined) => MedaPay;