Browse Source

add ripple-lib re-export

master
nitowa 2 years ago
parent
commit
b447efb9d8
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/index.ts

+ 2
- 1
src/index.ts View File

@@ -1,3 +1,4 @@
1 1
 export * from './xrpIO/ripple-binding'
2 2
 export * from './util/types'
3
-export * from './util/protocol.constants'
3
+export * from './util/protocol.constants'
4
+export * from 'ripple-lib'

Loading…
Cancel
Save