Function getObjectKeysSize

  • Returns the number of properties on obj. This is 20x faster than Object.keys(obj).length.

    Parameters

    • obj: object

    Returns number

Generated using TypeDoc