UNPKG

@0xcert/merkle

Version:

Implementation of basic functions of binary Merkle tree.

13 lines 280 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "noImplicitAny": false, "removeComments": true, "sourceMap": true, "outDir": "dist", "declaration": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true } }