Urara-Blog/node_modules/.pnpm-store/v3/files/07/5ab8b380710c4c082abbed50131a6ee1dba02341ebc17a96c9350082418e305e92a2b032afa1764986d0ba38e14a968a16a8fba3f8e2c34284470664d9de32
2022-08-14 01:14:53 +08:00

14 lines
433 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 {StorableRequest} from './lib/StorableRequest';