Skip to content

Function: diffEnv()

diffEnv(before, after): Record<string, string>

Keys whose values were added, changed, or cleared between snapshots. A key that went from a non-blank value to blank/removed is emitted with an empty value so it can be unset. Keys that were already blank/absent and stayed that way are omitted.

Record<string, string>

Record<string, string>

Record<string, string>