iter-fns - v0.13.0
    Preparing search index...

    Function objectKeys

    • Iterates lazily over the keys of an object.

      Note that if the underlying object is mutated during iteration, the output of the iterable is undefined.

      Parameters

      • obj: object

        the object

      Returns Iterable<string>