mirror of https://github.com/jkjoy/sunpeiwen.git
9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
|
import { messageSW } from './messageSW.js';
|
||
|
import { Workbox } from './Workbox.js';
|
||
|
import './_version.js';
|
||
|
/**
|
||
|
* @module workbox-window
|
||
|
*/
|
||
|
export { messageSW, Workbox };
|
||
|
export * from './utils/WorkboxEvent.js';
|