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

x/easyts/io/io.ts>_copyBuffer

js library written with ts, use select and chan like golang in js.
Latest
function _copyBuffer
import { _copyBuffer } from "https://deno.land/x/easyts@0.1.3/io/io.ts";

Parameters

dst: Writer
src: Reader
optional
buf: Uint8Array

Returns

Promise<number>