MCPcopy Create free account
hub / github.com/microsoft/SandDance / isWritableStream

Function isWritableStream

docs/app/js/sanddance-app.js:55324–55326  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

55322 return isReadableDOMStream(x) || isReadableNodeStream(x);
55323};
55324var isWritableStream = function isWritableStream(x) {
55325 return isWritableDOMStream(x) || isWritableNodeStream(x);
55326};
55327
55328},{"@babel/runtime/helpers/esm/typeof":"5go3u","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"kOsIE":[function(require,module,exports) {
55329var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 2

isWritableDOMStreamFunction · 0.70
isWritableNodeStreamFunction · 0.70

Tested by

no test coverage detected