@teamteanpm2024/nemo-repellendus-alias
v1.0.5
Published
![NPM](https://img.shields.io/npm/v/@teamteanpm2024/nemo-repellendus-alias) ![Tests](https://github.com/teamteanpm2024/nemo-repellendus-alias/workflows/tests/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/philihp/@teamteanpm2024/nemo-rep
Downloads
10
Maintainers
Keywords
Readme
@teamteanpm2024/nemo-repellendus-alias
Checks if an integer is negative zero, and converts to positive zero.
Install
npm install --save @teamteanpm2024/nemo-repellendus-alias
Usage
import deneg from "@teamteanpm2024/nemo-repellendus-alias";
deneg(-0);
//=> 0
deneg(+0);
//=> 0
deneg(12345);
//=> 12345
deneg(-4);
//=> -4
[-2, -1, -0, 0, 1, 2].map(deneg);
//=> [ -2, -1, 0, 0, 1, 2 ]
License
MIT © Philihp Busby