Creates a new EnvValidator instance
The validation schema object
Accepts an object of values to validate against the pre-defined schema.
The return value is a merged copy of the original object and the values mutated by the schema validator.
Object of environment variable values to validate
Validated and transformed environment variables
Exposes the API to validate environment variables against a pre-defined schema.
The class is not exported in the main API and used internally.