method Buffer.concatimport { Buffer } from "https://dotland.deno.dev/std@0.92.0/node/buffer.ts"; concat(list: Buffer[] | Uint8Array[], totalLength?: number): BufferReturns a new Buffer which is the result of concatenating all the Buffer instances in the list together. Parameterslist: Buffer[] | Uint8Array[]optionaltotalLength: numberReturnsBuffer