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.3/src/fw/generator/deps.ts";
const { ByteSliceStream } = streams;