Dependencies and publish smt

This commit is contained in:
Jordi Baylina
2019-09-15 10:52:18 +02:00
parent 86e970b888
commit e3cd0e5aa7
3 changed files with 5 additions and 3 deletions

View File

@@ -310,3 +310,4 @@ async function newMemEmptyTrie() {
module.exports.loadFromFile = loadFromFile;
module.exports.newMemEmptyTrie = newMemEmptyTrie;
module.exports.SMT = SMT;
module.exports.SMTMemDB = SMTMemDB;