Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/bytes/mod.ts>concat

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function concat
import { concat } from "https://deno.land/std@0.99.0/bytes/mod.ts";

Concatenate multiple binary arrays and return new one.

Parameters

...buf: Uint8Array[]

binary arrays to concatenate

Returns

Uint8Array