effect-io-ai

Package: effect
Module: List

List.isList

Returns true if the specified value is a List, false otherwise.

Signature

declare const isList: { <A>(u: Iterable<A>): u is List<A>; (u: unknown): u is List<unknown>; }

Source

Since v2.0.0