Function loopObject

  • Loops through an object checking for types, creating a new object

    import { loopObject } from 'helping_hand'
    const looped = loopObject(...);

    Parameters

    • obj: {}

      Returns {}