• 判断给定的对象是否为null类型

    Parameters

    • obj: unknown

      要判断的对象

    Returns obj is null

    如果是null类型,则返回true;否则返回false