mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:29:29 +08:00
6 lines
194 B
Text
6 lines
194 B
Text
import './_version.js';
|
|
export declare type StreamSource = Response | ReadableStream | BodyInit;
|
|
/**
|
|
* @typedef {Response|ReadableStream|BodyInit} StreamSource
|
|
* @memberof workbox-streams
|
|
*/
|