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