doddle
    Preparing search index...

    Function is

    • Checks if the provided input is a Seq.

      Type Parameters

      • T = unknown

        Type of items in the Seq.

      Parameters

      • input: any

        Input to check.

      Returns input is Seq<T>

      true if the input is a Seq, otherwise false.