$ cnpm install @types/is-boolean-object
npm install --save @types/is-boolean-object
This package contains type definitions for is-boolean-object (https://github.com/inspect-js/is-boolean-object).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-boolean-object.
// 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;
These definitions were written by aaronleopold.
Copyright 2013 - present © cnpmjs.org | Home |