Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hex/src/lib/stdx/mod.ts>streams.ByteSliceStream

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

(will be removed after 0.169.0) Import from std/streams/byte_slice_stream.ts instead.

A transform stream that only transforms from the zero-indexed start and end bytes (both inclusive).

import { streams } from "https://deno.land/x/hex@0.6.5/src/lib/stdx/mod.ts";
const { ByteSliceStream } = streams;