Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/util/index.ts>isNull

Package publishing for deno.land/x/polkadot
Go to Latest
function isNull
import { isNull } from "https://deno.land/x/polkadot@0.2.30/util/index.ts";

Examples

import { isNull } from 'https://deno.land/x/polkadot@0.2.30/util/mod.ts';

console.log('isNull', isNull(null)); // => true

Parameters

optional
value: unknown

Returns

value is null