• Processes each prop key in the object

    Parameters

    • object: any

      the object to inspect

    • Optionalcallback: ((key: string, index: number) => void)

      the callback function that processes each prop key

        • (key, index): void
        • Parameters

          • key: string
          • index: number

          Returns void

    Returns void