Function forEachKey

  • Type Parameters

    • S extends Record<string | number | symbol, any>

    • T = any

    Parameters

    • subject: S
    • predicate: ((this, key, index, obj) => void)
        • (this, key, index, obj): void
        • Parameters

          • this: T
          • key: keyof S
          • index: number
          • obj: (keyof S)[]

          Returns void

    • Optional thisArg: T
      Optional

    Returns void

Generated using TypeDoc