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.
Parameters
Section titled “Parameters”before
Section titled “before”Record<string, string>
Record<string, string>
Returns
Section titled “Returns”Record<string, string>