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")