Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/src/fw/generator/deps.ts>streams.writableStreamFromWriter

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
variable streams.writableStreamFromWriter
Deprecated
Deprecated

(will be removed after 0.169.0) Import from std/streams/writable_stream_from_writer.ts instead. Create a WritableStream from a Writer.

import { streams } from "https://deno.land/x/hex@0.6.5/src/fw/generator/deps.ts";
const { writableStreamFromWriter } = streams;