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

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