Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Buffer.concat
import { Buffer } from "https://deno.land/x/postcss@8.4.16/lib/deps.js";

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