Skip to main content
Module

x/polkadot/util/index.ts>isBoolean

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

Examples

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

isBoolean(false); // => true

Parameters

value: unknown

Returns

value is boolean