Sign up (with export icon)

utils/isiterable

Api-module icon module

Functions

  • Chevron-right icon

    isIterable( value ) → value is Iterable<any>

    Checks if value implements iterator interface.

    Parameters

    value : any

    The value to check.

    Returns

    value is Iterable<any>

    True if value implements iterator interface.