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

    Function isNotNil

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

      Type Parameters

      • T

      Parameters

      • val: T | null | undefined

        value to check

      Returns val is T