1.0.2 • Published 6 months ago

@types/to-boolean v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/to-boolean

Summary

This package contains type definitions for to-boolean (https://github.com/rafaelrinaldi/to-boolean#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-boolean.

index.d.ts

// Type definitions for to-boolean 1.0
// Project: https://github.com/rafaelrinaldi/to-boolean#readme
// Definitions by: Rajas Paranjpe <https://github.com/ChocolateLoverRaj>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export as namespace toBoolean;

declare function toBoolean(str: string): boolean;

export = toBoolean;

Additional Details

  • Last updated: Tue, 31 Aug 2021 00:01:22 GMT
  • Dependencies: none
  • Global values: toBoolean

Credits

These definitions were written by Rajas Paranjpe.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

3 years ago