Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/simple_utility/mod.ts>streamEncode

Useful snippet collection.
Go to Latest
function streamEncode
Re-export
import { streamEncode } from "https://deno.land/x/simple_utility@v1.5.2/mod.ts";

Convert from binary to stream.

Examples

Example 1

const rs = streamEncode(new Uint8Array([0x00, 0x01, 0x02]));

Parameters

data: Uint8Array