@pengzhanbo/utils - v3.4.1
    Preparing search index...

    Function isIterable

    • Checks if the input is an iterable object

      检查输入是否为可迭代对象

      Parameters

      • v: unknown

        The value to check. 要检查的值

      Returns v is Iterable<unknown, any, any>

      True if the value is iterable, false otherwise. 如果值为可迭代对象则返回 true,否则返回 false