Angular HAL Client - v1.0.0-dev.7
    Preparing search index...

    Function isDefined

    • Type Parameters

      • T

      Parameters

      • arg: T | null | undefined

        argument to test

      Returns arg is T extends null | undefined ? never : T

      false if the argument is null or undefined and true otherwise