1.0.3 • Published 6 months ago

@types/boolbase v1.0.3

Weekly downloads
200,764
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for boolbase 1.0
// Project: https://github.com/fb55/boolbase
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/** A function that always returns `true` */
export function trueFunc(): true;

/** A function that always returns `false` */
export function falseFunc(): false;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

2 years ago

1.0.0

3 years ago