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

20 lines
453 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';