UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (5 loc) 212 B
function isResponse(res) { return res instanceof Response || typeof res.status == "number" && "body" in res && typeof res.ok == "boolean"; } export { isResponse }; //# sourceMappingURL=isResponse.native.js.map