bringapp
    Preparing search index...

    Function objectKeys

    • Returns an array of keys from the given object.

      Type Parameters

      • Obj extends object

      Parameters

      • Optionalobj: Obj

        The object to extract keys from.

      Returns (keyof Obj)[]

      An array of keys from the object.