Skip to content

Commit a29bfee

Browse files
authored
refactor(experimental): fix missing export of Zeroable Option codecs (#2573)
Sorry
1 parent 35aed3c commit a29bfee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/purple-forks-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@solana/options": patch
3+
---
4+
5+
Fix missing export of Zeroable Option codecs

packages/options/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export * from './option';
22
export * from './option-codec';
33
export * from './unwrap-option';
44
export * from './unwrap-option-recursively';
5+
export * from './zeroable-option-codec';

0 commit comments

Comments
 (0)