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

    Function isNil

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

      Type Parameters

      • T

      Parameters

      • val: T | null | undefined

        value to check

      Returns val is null | undefined