UNPKG

merkle-reference

Version:

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

9 lines 363 B
export const name: "String"; export const tag: symbol; export function toString(value: unknown): string; export const toBytes: (text: string) => Uint8Array; export function toTree(value: string): import("./tree.js").Branch; import { fromUTF8 } from './utf8.js'; import { toUTF8 } from './utf8.js'; export { fromUTF8, toUTF8 }; //# sourceMappingURL=string.d.ts.map