From b447efb9d82c18269e937a46ecb1203fb467826b Mon Sep 17 00:00:00 2001 From: nitowa Date: Sat, 12 Feb 2022 20:29:48 +0100 Subject: [PATCH] add ripple-lib re-export --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 60eca08..0f3bc63 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ export * from './xrpIO/ripple-binding' export * from './util/types' -export * from './util/protocol.constants' \ No newline at end of file +export * from './util/protocol.constants' +export * from 'ripple-lib' \ No newline at end of file