tguard-js
    Preparing search index...
    • Checks if a value is strictly null.

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

      Parameters

      • x: unknown

        The value to check.

      Returns x is null

      true if the value is null, otherwise false.

      1.0