UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

4 lines (3 loc) 178 B
/*! Copyright 2023-2024 the gnablib contributors MPL-1.1 */ export declare function fromBytes(src: Uint8Array): string; export declare function toBytes(src: string): Uint8Array;