get-signed-32-bit-int
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

get-signed-32-bit-int

Get a number as a signed 32 bit integer.

Installation

$ npm install get-signed-32-bit-int --save

Usage

import getSigned32BitInt from "get-signed-32-bit-int";

getSigned32BitInt(2147483647 + 100) // -2147483549

License

get-32-bit-int is licensed under The MIT License. To see the full license text included with the project, visit the LICENSE file.

Package Sidebar

Install

npm i get-signed-32-bit-int

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jameskmonger