UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

10 lines (9 loc) 336 B
import { concatenate } from './concatenate.js'; import { concatenateToResponse } from './concatenateToResponse.js'; import { isSupported } from './isSupported.js'; import { strategy } from './strategy.js'; import './_version.js'; /** * @module workbox-streams */ export { concatenate, concatenateToResponse, isSupported, strategy, };