Skip to content

Method isNull

Возвращает true, если значение равно null, иначе false

ts
  isNull(null) // => true
  isNull(10) // => false
  isNull(false) // => false