node-ejs-renderer/node_modules/@jsonjoy.com/util/lib/buffers/concat.d.ts

4 lines
214 B
TypeScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
export declare const concat: (a: Uint8Array, b: Uint8Array) => Uint8Array;
export declare const concatList: (list: Uint8Array[]) => Uint8Array;
export declare const listToUint8: (list: Uint8Array[]) => Uint8Array;