import { isBoolean } from "https://deno.land/x/polkadot@0.2.45/util/bundle.ts";
Examples
import { isBoolean } from 'https://deno.land/x/polkadot@0.2.45/util/mod.ts';
isBoolean(false); // => true
import { isBoolean } from "https://deno.land/x/polkadot@0.2.45/util/bundle.ts";
import { isBoolean } from 'https://deno.land/x/polkadot@0.2.45/util/mod.ts';
isBoolean(false); // => true