Urara-Blog/node_modules/.pnpm-store/v3/files/5a/8b4228f4d16771dacb167ced9fc18f9ff9bd93acd450ad2123626baddadf95033c267456e104cc098f6605ca0d12bbcc4c5992f016761ece58218b03fce51b
2022-08-14 01:14:53 +08:00

14 lines
423 B
Text

/*
Copyright 2021 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 './_version.js';
// This is a temporary workaround to expose something from ./lib/ via our
// top-level public API.
// TODO: In Workbox v7, move the actual code from ./lib/ to this file.
export {QueueStore} from './lib/QueueStore';