GoScrobble/web/node_modules/workbox-background-sync/index.d.ts

8 lines
210 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
import { Queue } from './Queue.js';
import { BackgroundSyncPlugin } from './BackgroundSyncPlugin.js';
import './_version.js';
/**
* @module workbox-background-sync
*/
export { Queue, BackgroundSyncPlugin, };