Contracts-TS Documentation
    Preparing search index...

    Function isPresent

    • Check iif given value is not null or undefined

      Type Parameters

      • T

      Parameters

      • value: unknown

        the value to check

      Returns value is RequiredType<T>

      true iif value is not null or undefined, false for actual values