diff --git a/ts/index.ts b/ts/index.ts index 4f1cce44f..ebc598f23 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1 +1,4 @@ export * from './client'; +export * from './instructions'; +export * from './types'; +export * from './I80F48';