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

17 lines
375 B
Text

/*
Copyright 2018 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 {WorkboxSW} from './controllers/WorkboxSW.mjs';
import './_version.mjs';
/**
* @namespace workbox
*/
// Don't export anything, just expose a global.
self.workbox = new WorkboxSW();