• Returns true if arg implements the Symbol.iterator, i.e. it's able to be passed to a for of loop.

    Parameters

    • arg: any

    Returns arg is Iterable<any, any, any>