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