From 4ef243ba96947232e9c42c49475064ffde0ef424 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Mon, 9 Jun 2025 12:34:33 +0200 Subject: [PATCH] reexport Value --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index 2f5ecfa..3a0434c 100644 --- a/index.ts +++ b/index.ts @@ -6,6 +6,7 @@ import {read_object} from './src/read_type' const log = logger('config') export {Type, type Static} from '@sinclair/typebox' // Re-export Type so users can describe config +export {Value} from '@sinclair/typebox/value' export async function parse(scheme: TObject): Promise> | null> { log.info("Parse configuration from env")