UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (11 loc) 287 B
import { WorkboxPlugin } from 'workbox-core/types.js'; import './_version.js'; /** * Adds plugins to precaching. * * @param {Array<Object>} newPlugins * * @memberof module:workbox-precaching */ declare function addPlugins(newPlugins: WorkboxPlugin[]): void; export { addPlugins };