Melon.std.process.env
Contains the current process environment variables
Status: stable
Type: Record<string, string | number | boolean>
Example usage
const { process } = Melon.std;
console.log(process.env.MY_VARIABLE);
Melon.std.process.env
Contains the current process environment variables
Status: stable
Type: Record<string, string | number | boolean>
const { process } = Melon.std;
console.log(process.env.MY_VARIABLE);