Deprecated
- use
typeof value === "boolean" || value instanceof Boolean
instead.
import { isBoolean } from "https://deno.land/std@0.88.0/node/util.ts";
typeof value === "boolean" || value instanceof Boolean
instead.import { isBoolean } from "https://deno.land/std@0.88.0/node/util.ts";