Integrate with JetBrains IDEs
Install the ArkType plugin for syntax highlighting.
ArkType | JetBrains Marketplace
Syntax highlighting for ArkType ⛵
To integrate ArkEnv, use the default import and name it arkenv:
import arkenv from 'arkenv';
const env = arkenv({
PORT: "number.port",
NODE_ENV: "'development' | 'production' | 'test'",
});Type syntax is now highlighted:
