Left Curve Software Stack
    Preparing search index...

    Function assertSet

    • A runtime checker that ensures a given value is set (i.e. not undefined or null)

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

      Type Parameters

      • T

      Parameters

      • value: T

      Returns T