import { Buffer } from "https://deno.land/std@0.106.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[]
import { Buffer } from "https://deno.land/std@0.106.0/node/buffer.ts";
Returns a new Buffer which is the result of concatenating all the Buffer instances in the list together.