The path is a property name, a dot-separated set of property names or an array of property names
that represents a path to get an environment value. Must be a sequence of ASCII characters that can contain
letters a-zA-Z, $, _, and digits 0-9, but may not start with a digit.
newInvalidPathError('2a'); // The path "2a" is invalid newPathDoesntExistError('a'); // The path "a" doesn't exist in the environment newPathExistsError('a'); // The path "a" already exists in the environment
Environment Path
The path is a property name, a dot-separated set of property names or an array of property names that represents a path to get an environment value. Must be a sequence of ASCII characters that can contain letters
a-zA-Z
,$
,_
, and digits0-9
, but may not start with a digit.Use cases
Table of Contents
isPath
overwritesPath
pathAsArray
pathAsString
prefixPath
suffixPath
Errors