Function isNull

  • 检查是否 null

    Parameters

    • value: any

    Returns boolean

    isNull(undefined); /// false
    isNull(null); /// true