@google-github-actions/actions-utils
@google-github-actions/actions-utils / testing / clearEnv
clearEnv(
fn):void
Defined in: testing.ts:55
clearEnv deletes any keys from the environment for which the function returns true.
(key, value?) => boolean
Function to determine whether a variable should be deleted.
void