Skip to content

Commit

Permalink
Export QueueOptions (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Jul 20, 2021
1 parent 92dcf91 commit 4138eee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/workbox-background-sync/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
https://opensource.org/licenses/MIT.
*/

import {Queue} from './Queue.js';
import {Queue, QueueOptions} from './Queue.js';
import {BackgroundSyncPlugin} from './BackgroundSyncPlugin.js';
import './_version.js';

import './_version.js';

/**
* @module workbox-background-sync
*/

export {
Queue,
BackgroundSyncPlugin,
Queue,
QueueOptions,
};

0 comments on commit 4138eee

Please sign in to comment.