Export some components as npm package

This commit is contained in:
Brian Li 2021-04-18 21:48:22 -07:00
parent abdca319ed
commit bb71360374
13 changed files with 5700 additions and 5685 deletions

7
index.js Normal file
View file

@ -0,0 +1,7 @@
const utils = require('../src/utils')
const Account = require('../src/account')
module.exports = {
utils,
Account
}