Urara-Blog/node_modules/.pnpm-store/v3/files/a9/35a7169871b6a60f2b3e9a9dd4798b5dc248223aff20202c8271a1859320a58eff4697821a6371205debdd7b856d9ce8c3bb30613354148f4b64658093620e
2022-08-14 01:14:53 +08:00

16 lines
522 B
Text

/*
Copyright 2018 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
import { BackgroundSyncPlugin } from './BackgroundSyncPlugin.js';
import { Queue } from './Queue.js';
import { QueueStore } from './QueueStore.js';
import { StorableRequest } from './StorableRequest.js';
import './_version.js';
/**
* @module workbox-background-sync
*/
export { BackgroundSyncPlugin, Queue, QueueStore, StorableRequest };