UNPKG

cesr

Version:

[![NPM Version](https://img.shields.io/npm/v/cesr.svg?style=flat)](https://www.npmjs.com/package/cesr) [![NPM License](https://img.shields.io/npm/l/cesr.svg?style=flat)](https://github.com/lenkan/cesr-js/blob/main/LICENSE)

4 lines (3 loc) 242 B
export declare function concat(a: Uint8Array, b: Uint8Array): Uint8Array<ArrayBufferLike>; export declare function prepad(raw: Uint8Array, length: number): Uint8Array; export declare function toArray(num: number, length: number): Uint8Array;