Hex Core JS
    Preparing search index...

    Function getObjectValues

    • Returns an array of values for the given object. Works like Object.values but with type handling.

      Type Parameters

      Parameters

      • object: T

        The object to return values for.

      Returns T[keyof T][]