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

    Function isNotNull

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

      Type Parameters

      • T

      Parameters

      • val: T | null

        value to check

      Returns val is T