Skip to main content
Module

x/polkadot/mod.ts>util.isUndefined

Package publishing for deno.land/x/polkadot
Go to Latest
function util.isUndefined
import { util } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { isUndefined } = util;

Examples

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

console.log('isUndefined', isUndefined(void(0))); // => true

Parameters

optional
value: unknown

Returns

value is undefined