UNPKG

1.01 kBMarkdownView Raw
1# Installation
2> `npm install --save @types/boolbase`
3
4# Summary
5This package contains type definitions for boolbase (https://github.com/fb55/boolbase).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/boolbase.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/boolbase/index.d.ts)
10````ts
11// Type definitions for boolbase 1.0
12// Project: https://github.com/fb55/boolbase
13// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
16/** A function that always returns `true` */
17export function trueFunc(): true;
18
19/** A function that always returns `false` */
20export function falseFunc(): false;
21
22````
23
24### Additional Details
25 * Last updated: Thu, 23 Dec 2021 23:34:20 GMT
26 * Dependencies: none
27 * Global values: none
28
29# Credits
30These definitions were written by [DefinitelyTyped](https://github.com/DefinitelyTyped).
31
\No newline at end of file