UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

11 lines (10 loc) 329 B
import './_version.js'; /** * Force a service worker to activate immediately, instead of * [waiting](https://developers.google.com/web/fundamentals/primers/service-workers/lifecycle#waiting) * for existing clients to close. * * @memberof module:workbox-core */ declare function skipWaiting(): void; export { skipWaiting };