Pushes value to array at key in object

  • Type Parameters

    • T

    Parameters

    • m: Record<string, T[]>

      Object mapping keys to arrays

    • k: string

      Key to push to

    • v: T

      Value to push

    Returns void