Skip to content

concat

concat(a, b): bytes

Parameters

a: BytesLike

b: BytesLike

Returns

bytes

The concatenation of two bytes

Source

types/global.d.ts:1059