metamorphosis
    Preparing search index...

    Function modifiyKeys

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

      Parameters

      • modify: (key: string) => string
      • obj: Record<string, string>

      Returns Record<string, string>