Interface: ResolveOsPathsOptions
Injectable knobs for resolveOsPaths (mostly tests).
Properties
Section titled “Properties”appHome?
Section titled “appHome?”
optionalappHome?:string
App-env candidate; defaults to APP_HOME.
optionalcwd?:string
optionalenv?:ProcessEnv
homeDir?
Section titled “homeDir?”
optionalhomeDir?: () =>string
Defaults to os.homedir.
Returns
Section titled “Returns”string
tmpDir?
Section titled “tmpDir?”
optionaltmpDir?: () =>string
Defaults to os.tmpdir.
Returns
Section titled “Returns”string