Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js

export async function splitStream(stream) {
    if (typeof stream.stream === "function") {
        stream = stream.stream();
    }
    const readableStream = stream;
    return readableStream.tee();
}
Back to Directory File Manager