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

13 lines
474 B
Text

import '../_version.js';
/**
* A utility function that determines whether the current browser supports
* constructing a [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/ReadableStream)
* object.
*
* @return {boolean} `true`, if the current browser can successfully
* construct a `ReadableStream`, `false` otherwise.
*
* @private
*/
declare function canConstructReadableStream(): boolean;
export { canConstructReadableStream };