mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-12-20 02:42:51 -05:00
Export some components as npm package
This commit is contained in:
parent
abdca319ed
commit
bb71360374
13 changed files with 5700 additions and 5685 deletions
7
index.js
Normal file
7
index.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const utils = require('../src/utils')
|
||||
const Account = require('../src/account')
|
||||
|
||||
module.exports = {
|
||||
utils,
|
||||
Account
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue