1.0.2 • Published 2 years ago

@types/boolean-to-signed v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/boolean-to-signed

Summary

This package contains type definitions for boolean-to-signed (https://www.npmjs.com/package/boolean-to-signed).

Details

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

index.d.ts

// Type definitions for boolean-to-signed 1.0
// Project: https://www.npmjs.com/package/boolean-to-signed
// Definitions by: Rajas Paranjpe <https://github.com/ChocolateLoverRaj>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function booleanToSigned(boolean: boolean): 1 | -1;

export = booleanToSigned;

Additional Details

  • Last updated: Thu, 22 Jul 2021 21:01:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Rajas Paranjpe.