index.d.ts 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { Queue } from './Queue.js'; import { BackgroundSyncPlugin } from './BackgroundSyncPlugin.js'; import './_version.js'; /** * @module workbox-background-sync */ export { Queue, BackgroundSyncPlugin, };