boolean.d.ts 116 B

12
  1. import { ValidInputTypes } from '../types.js';
  2. export declare const isBoolean: (value: ValidInputTypes) => boolean;