Introduction
Migration
Appearance
import { isBoolean } from "@tsed/core";
See /packages/core/src/types/utils/objects/isBoolean.ts.
function isBoolean(target: any): target is boolean;