Function firstKey

  • Returns the first key of a given object.

    Parameters

    • v: object | {
          [key: string]: any;
      }

    Returns string | undefined

Generated using TypeDoc