UNPKG

merkle-reference

Version:

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

9 lines 359 B
/** * Create an iterable that handles JSON normalization * * @param {object} source * @returns {Iterable<[unknown, unknown]>} */ export function iterate(source: object): Iterable<[unknown, unknown]>; export function toTree(source: object, builder: import("../tree.js").Builder): (symbol | import("../tree.js").Branch)[]; //# sourceMappingURL=map.d.ts.map