UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (7 loc) 197 B
interface Exports { exports: string[]; reexports: string[]; } export declare function parse(source: string, name?: string): Exports; export declare function init(): Promise<void>; export {};