reexport Value

This commit is contained in:
2025-06-09 12:34:33 +02:00
parent bdc02934e9
commit 4ef243ba96
+1
View File
@@ -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<T extends TProperties>(scheme: TObject<T>): Promise<Static<TObject<T>> | null> {
log.info("Parse configuration from env")