Module

x/proc/legacy/deps.ts>Buffer#write

A better way to work with processes in Deno.
Latest
method Buffer.prototype.write
import { Buffer } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

NOTE: This methods writes bytes synchronously; it's provided for compatibility with Writer interface.

Parameters

p: Uint8Array

Returns

Promise<number>