@w11k/rx-ninja
    Preparing search index...

    Function isNotUndefined

    • Type guard checking a value is not undefined. Narrows the type from T | undefined to just T.

      Type Parameters

      • T

      Parameters

      • val: T | undefined

        value to check

      Returns val is T