Skip to main content
Module

x/streamtools/provide.ts

🦕 This is a Deno module that provides utilities for handling Streams API.
Go to Latest
import * as streamtools from "https://deno.land/x/streamtools@v0.4.0/provide.ts";

Functions

Provides the given values to the writable stream by piping them from a readable stream created from the values. Returns a promise that resolves when all the values have been successfully written to the stream.