@types/boolbase
Version:
TypeScript definitions for boolbase
25 lines (18 loc) • 708 B
Markdown
# Installation
> `npm install --save @types/boolbase`
# Summary
This package contains type definitions for boolbase (https://github.com/fb55/boolbase).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/boolbase.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/boolbase/index.d.ts)
````ts
/** A function that always returns `true` */
export function trueFunc(): true;
/** A function that always returns `false` */
export function falseFunc(): false;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by .