Skip to main content
Module

x/localekit/mod.ts>Is.isNull

A translation plugin for Deno
Go to Latest
variable Is.isNull
import { Is } from "https://deno.land/x/localekit@2.0.0/mod.ts";
const { isNull } = Is;

Checks if a value is null.

type

(value: unknown) => boolean