diff --git a/typescript/src/index.ts b/typescript/src/index.ts index 225b27b..366d89c 100644 --- a/typescript/src/index.ts +++ b/typescript/src/index.ts @@ -1,3 +1,4 @@ +export * from './stable'; export * from './vault/vault'; export * from './vault/types'; export * from './weighted';