@cartridge-engine/keyboard-engine
    Preparing search index...

    Function deleteIfPresent

    • Delete an entry from the map, throwing if the id is not registered. Used by removeAction / removeSequenceAction.

      Parameters

      • map: Map<string, unknown>
      • id: string
      • notFoundMessage: string

      Returns void