Urara-Blog/node_modules/.pnpm-store/v3/files/56/7fd2b2fd5a8d77f87640096e6b23bedcc02b26bba63e14c6974c99d072d1d0ee740af25c1d690f6d78ff144587d7e706fd1d836d73f5d535e2f73cc224b51b
2022-08-14 01:14:53 +08:00

23 lines
742 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';
export type StreamSource = Response | ReadableStream | BodyInit;
// * * * 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
*/