how to avoid calling bru.getEnvVar(“key”) if that key does not exist ?
bru.getEnvVar(“key”) throw an exception if that key does not exist. is there a way to validate that key if it is defined as environment variable or not.
New contributor
mounir youssef is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.