uft
    Preparing search index...

    Function isNotNullish

    • Checks if a value is not null or undefined. This is the inverse of isNullish.

      Type Parameters

      • T

      Parameters

      • value: T | null | undefined

      Returns value is T