UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (6 loc) 230 B
import decodeFuncType from "./decode"; import encodeFuncType from "./encode"; export const decode: decodeFuncType; export const parse: decodeFuncType; export const encode: encodeFuncType; export const stringify: encodeFuncType;