import { isUndefined } from "https://deno.land/x/polkadot@0.2.19/util/is/index.ts";
Examples
import { isUndefined } from 'https://deno.land/x/polkadot@0.2.19/util/mod.ts';
console.log('isUndefined', isUndefined(void(0))); // => true
import { isUndefined } from "https://deno.land/x/polkadot@0.2.19/util/is/index.ts";
import { isUndefined } from 'https://deno.land/x/polkadot@0.2.19/util/mod.ts';
console.log('isUndefined', isUndefined(void(0))); // => true