Skip to content

isBoolean

@tsed/core

Usage

typescript
import { isBoolean } from "@tsed/core";

See /packages/core/src/types/utils/objects/isBoolean.ts.

Overview

ts
function isBoolean(target: any): target is boolean;

Released under the MIT License.