Skip to content

v1.6.0

Latest

Choose a tag to compare

@mini-bomba mini-bomba released this 20 Mar 22:03
c8cbf38

new method on ExtendedMap in map.ts:

  • update - applies a transformation function to a given map entry
    • can insert new values if an entry doesn't exist yet (transformation function will be given an undefined value)
    • can delete existing values if transformation function returns undefined