Urara-Blog/node_modules/.pnpm-store/v3/files/34/fb22c0bf2d9244989eff4151a52ccb75fdff44ab8a032b3b556caa5d4d580e1d6d80ece0ca5863faff2c1696944f82af70808ee2a76ff4b5a8e37e9306d51f
2022-08-14 01:14:53 +08:00

16 lines
455 B
Text

/*
Copyright 2019 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 { messageSW } from './messageSW.js';
import { Workbox } from './Workbox.js';
import './_version.js';
/**
* @module workbox-window
*/
export { messageSW, Workbox };
// See https://github.com/GoogleChrome/workbox/issues/2770
export * from './utils/WorkboxEvent.js';