Urara-Blog/node_modules/.pnpm-store/v3/files/41/9db2bca9a4bb1ad8d0a64ae3763babf84c95effe75f99ee8a00d210ba5bd0783dd67070ce55d3ba2d5db11dc17e0e7640e9661b842ea496f3db31f9996da1a
2022-08-14 01:14:53 +08:00

18 lines
673 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 './_version.js';
// * * * IMPORTANT! * * *
// ------------------------------------------------------------------------- //
// jdsoc type definitions cannot be declared above TypeScript definitions or
// they'll be stripped from the built `.js` files, and they'll only be in the
// `d.ts` files, which aren't read by the jsdoc generator. As a result we
// have to put declare them below.
/**
* @typedef {Response|ReadableStream|BodyInit} StreamSource
* @memberof workbox-streams
*/