@typespec/ts-http-runtime
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
19 lines • 397 B
text/typescript
/**
* `NodeJS.ReadableStream` is not available in React Native.
*
* @public
*/
export type NodeReadableStream = never;
/**
* `Buffer` is not available in React Native.
*
* @public
*/
export type NodeBuffer = never;
/**
* `ReadableStream` is not available in React Native.
*
* @public
*/
export type WebReadableStream<_R = any> = never;
//# sourceMappingURL=types-react-native.d.mts.map