Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 08:15
· 4 commits to main since this release
997c0a2

Patch Changes

  • 3057a36: gracefully handle when an empty string is supplied as the key

    • get("") will return undefined
    • has("") will return false
    • getAll(["a", ""]) will ignore the empty string