Function loopArray

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

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

    Parameters

    • arr: any[]

    Returns any[]