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
declare function booleanToSigned(boolean: boolean): 1 | -1;
export = booleanToSigned;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
Credits
These definitions were written by Rajas Paranjpe.