UNPKG

@typespec/ts-http-runtime

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

1 lines 628 B
{"version":3,"file":"types-react-native.mjs","sourceRoot":"","sources":["../../src/types-react-native.mts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * `NodeJS.ReadableStream` is not available in React Native.\n *\n * @public\n */\nexport type NodeReadableStream = never;\n\n/**\n * `Buffer` is not available in React Native.\n *\n * @public\n */\nexport type NodeBuffer = never;\n\n/**\n * `ReadableStream` is not available in React Native.\n *\n * @public\n */\nexport type WebReadableStream<_R = any> = never;\n"]}