const schema = type({ PORT: ['string?', '=>', (v?: string) => parseInt(v ?? '3000')] })
© 2026 Hedgehog Software, LLC