Function modifiyKeys

  • Helper to create a modified object with some change applied to it's keys.

    Parameters

    • modify: ((key) => string)
        • (key): string
        • Parameters

          • key: string

          Returns string

    • obj: Record<string, string>

    Returns Record<string, string>

Generated using TypeDoc