Skip to main content
Module

x/proc/mod3.ts>toBytes

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

Parameters

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

Returns

AsyncIterable<Uint8Array>