🎉 Standard Schema support is here: Use ArkEnv with Zod, Valibot, and more!
ArkEnv

Integrate with Visual Studio Code

Install the ArkType extension for syntax highlighting and inline error detection. For improved DX, use a theme from ArkThemes.

To integrate ArkEnv, use the default import and name it arkenv:

import arkenv from 'arkenv';

const  = arkenv({
  PORT: "number.port", 
  NODE_ENV: "'development' | 'production' | 'test'",
});

Type syntax is now highlighted:

ArkType syntax highlighting in VS Code