Module

std/node/buffer.ts>Buffer.concat

Deno standard library
Go to Latest
method Buffer.concat
import { Buffer } from "https://dotland.deno.dev/std@0.110.0/node/buffer.ts";

Returns a new Buffer which is the result of concatenating all the Buffer instances in the list together.

Parameters

list: Buffer[] | Uint8Array[]
optional
totalLength: number