Left Curve Software Stack
    Preparing search index...

    Function assertArray

    • A runtime checker that ensures a given value is an array

      This is used when you want to verify that data at runtime matches the expected type. This implies assertSet.

      Type Parameters

      • T

      Parameters

      • value: readonly T[]

      Returns readonly T[]