UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

9 lines (8 loc) 238 B
import { disable } from './disable.js'; import { enable } from './enable.js'; import { isSupported } from './isSupported.js'; import './_version.js'; /** * @module workbox-navigation-preload */ export { disable, enable, isSupported, };