From 09a788f8ffd950af89269ac6fbd68dea40afee6f Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 26 Dec 2019 16:23:59 +0200 Subject: [PATCH] typescript(option): fix: fixed withDefaultLazy not being exported Signed-off-by: prescientmoon --- typescript/option/src/helpers/external.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/option/src/helpers/external.ts b/typescript/option/src/helpers/external.ts index ee8e2cb..d607755 100644 --- a/typescript/option/src/helpers/external.ts +++ b/typescript/option/src/helpers/external.ts @@ -24,3 +24,4 @@ export * from './toArray' export * from './toNullable' export * from './unwrap' export * from './withDefault' +export * from './withDefaultLazy'