Function lastKey

  • Returns the last key of a given object.

    Parameters

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

    Returns string | undefined

Generated using TypeDoc