1
Fork 0

typescript(option): fix: fixed withDefaultLazy not being exported

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-26 16:23:59 +02:00 committed by prescientmoon
parent 69dcaa5e91
commit 09a788f8ff
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -24,3 +24,4 @@ export * from './toArray'
export * from './toNullable'
export * from './unwrap'
export * from './withDefault'
export * from './withDefaultLazy'