reexport Value
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user