typescript(option): fix: fixed withDefaultLazy not being exported
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
69dcaa5e91
commit
09a788f8ff
|
@ -24,3 +24,4 @@ export * from './toArray'
|
|||
export * from './toNullable'
|
||||
export * from './unwrap'
|
||||
export * from './withDefault'
|
||||
export * from './withDefaultLazy'
|
||||
|
|
Loading…
Reference in a new issue