Skip to content

Commit

Permalink
Export WorkboxEventMap (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick authored Jun 23, 2021
1 parent 86ada01 commit 06a561a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/workbox-window/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@

import {messageSW} from './messageSW.js';
import {Workbox} from './Workbox.js';
import './_version.js';
import {WorkboxEventMap} from './utils/WorkboxEvent.js';

import './_version.js';

/**
* @module workbox-window
*/
export {
Workbox,
messageSW,
Workbox,
WorkboxEventMap,
};

0 comments on commit 06a561a

Please sign in to comment.