diff --git a/index.ts b/index.ts index 3a0434c..60b65d2 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, type Static} from '@sinclair/typebox' // Re-export Type so users can describe config +export {Type, type Static, type StaticDecode} 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> {