function concatLines
concatLines(arrays: Uint8Array[]): Uint8Array

Fast-concatenate Uint8Arrays arrays together, adding a trailing line feed, returning a single array containing the result.

Parameters

arrays: Uint8Array[]

The arrays to concatenate together.

Return Type

The result of the concatenation.

Usage

import { concatLines } from ".";