Function objectKeysCount

  • Returns the number of keys in the given object.

    Parameters

    • value: null | object

      The object to count the keys of.

    Returns number

    The number of keys in the object. If the object is null or undefined, returns 0.

Generated using TypeDoc v0.25.12