Documents for @litert/utils-object
    Preparing search index...

    Function getPropertyNames

    • Get all property names (including symbols) of an object.

      Type Parameters

      • T extends IObject

      Parameters

      • obj: T

        The object to get property names from

      Returns (keyof T)[]

      An array of property names (including symbols) of the object.