Explorar el Código

add ripple-lib re-export

master
nitowa hace 2 años
padre
commit
b447efb9d8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/index.ts

+ 2
- 1
src/index.ts Ver fichero

@@ -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…
Cancelar
Guardar