Abstract Optional errorA function to manage errors.
The error type.
Optional idUsed by the loader to manage sources, so it must never be duplicated. If not defined, the loader will assign a random id.
Optional ignoreIgnores the error if the required source throws.
Optional isLoads the source in the declaration order.
Optional isResolves the required sources before the environment load.
Optional mapA function to map the value returned by load() before store it.
Optional pathThe path to set the properties in the EnvironmentState.
Optional strategyThe strategy to add properties to the EnvironmentState.
Abstract loadLoads the environment properties from the source.
Generated using TypeDoc
Source from which to get environment properties.