1.1.2 • Published 6 months ago

@types/is-boolean-object v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-boolean-object

Summary

This package contains type definitions for is-boolean-object (https://github.com/inspect-js/is-boolean-object).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-boolean-object.

index.d.ts

// Type definitions for is-boolean-object 1.1
// Project: https://github.com/inspect-js/is-boolean-object
// Definitions by: aaronleopold <https://github.com/aaronleopold>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function isBoolean(value: any): value is boolean;

export = isBoolean;

Additional Details

  • Last updated: Sat, 02 Oct 2021 23:01:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by aaronleopold.

1.1.1

7 months ago

1.1.2

6 months ago

1.1.0

3 years ago