Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Export @solana/functional from the main library (#2007)
Browse files Browse the repository at this point in the history
It's wierd for `@solana/functional` to be the only thing that you have to add as a dependency separate from `@solana/web3.js`, if that's the way you're going.
  • Loading branch information
steveluscher authored Jan 6, 2024
1 parent 7bc521b commit 24d71d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/library/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from '@solana/addresses';
export * from '@solana/functional';
export * from '@solana/instructions';
export * from '@solana/keys';
export * from '@solana/rpc-types';
Expand Down

0 comments on commit 24d71d6

Please sign in to comment.