Skip to main content
Module

x/polkadot/util/mod.ts>isUndefined

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

Examples

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

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

Parameters

optional
value: unknown

Returns

value is undefined