UNPKG

paychangu-js

Version:

Paychangu JavaScript SDK for easy integration of payment services

10 lines (9 loc) 538 B
import { PaychanguPopup } from './services/popup'; import { LevelAPI } from './services/level'; import { VerificationAPI } from './services/verification'; import { PaychanguConfig, LevelConfig, LevelResponse, VerificationResponse } from './core/types'; import { generateTxRef } from './utils/helpers'; export { PaychanguConfig, LevelConfig, LevelResponse, VerificationResponse, generateTxRef }; export declare const PopupSDK: PaychanguPopup; export declare const LevelSDK: LevelAPI; export declare const VerificationSDK: VerificationAPI;