From 0437b19fa48e65fff936cfab6a72009f23258c8a Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 7 Aug 2024 14:50:39 +0200 Subject: [PATCH] feat: expose types for consumers of the lib --- src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.ts b/src/index.ts index 727da2a1..806a796c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,7 @@ +export type * from './types/icrc'; +export type * from './types/icrc-requests'; +export type * from './types/icrc-responses'; +export type * from './types/rpc'; +export type * from './types/wallet'; + throw new Error('no root entry-point: consult README for usage');