Read environment variables (process.env
), filter them based in the indicated prefix, and return
an object with the values sanitized and the keys formatted
prefix to filter
Read environment variables (process.env
), filter them based in the indicated prefix, and return
an object with the values sanitized and the keys formatted based on the specified options
prefix to filter
options to be used for key/value parsing and sanitize
Process a source, encoded as a environment variables file, filter them based in the indicated prefix, and return an object with the values sanitized and the keys formatted based on the specified options
prefix to filter
options to be used for key/value parsing and sanitize
source to be processed
Read environment variables (
process.env
) and return an object with the values sanitized and the keys formatted