tguard-js
    Preparing search index...

    Function isUndefined

    • Checks if a value is strictly undefined.

      The value will be narrowed to undefined if the function returns true.

      To negate — check if a value is "defined" — use isDefined.

      Parameters

      • x: unknown

        The value to check.

      Returns x is undefined

      true if the value is undefined, otherwise false.

      1.0

      isDefined - Use this function to check if a value is "defined".