wonder-stuff
    Preparing search index...
    • Return an array of the enumerable keys of an object.

      Type Parameters

      • O extends object

      Parameters

      • obj: O

        The object for which the values are to be returned.

      Returns (keyof O)[]

      An array of the enumerable keys of an object.