UNPKG

merkle-reference

Version:

This is a TS library implementing [merkle reference] specification.

11 lines 306 B
export const encoder: TextEncoder; export const decoder: TextDecoder; /** * @type {(text: string) => Uint8Array} */ export const toUTF8: (text: string) => Uint8Array; /** * @type {(bytes: Uint8Array) => string} */ export const fromUTF8: (bytes: Uint8Array) => string; //# sourceMappingURL=utf8.d.ts.map