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

x/proc/src/utility.ts>toBytes

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function toBytes
import { toBytes } from "https://deno.land/x/proc@0.20.7/src/utility.ts";

Parameters

iter: AsyncIterable<
| string
| Uint8Array
| string[]
| Uint8Array[]
>

Returns

AsyncIterable<Uint8Array>