Prism API - v2.0.0-alpha.1
    Preparing search index...

    Function toIterable

    • Converts the given value to an iterable.

      If the given value is already iterable, it will be returned as is. Otherwise, it will be converted to an array.

      Type Parameters

      • T

      Parameters

      • value: any

      Returns Iterable<T>