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
/** 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 .