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

12 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';