# integer-value-positive-zero
This library takes advantage that `Number.prototype.valueOf()` is 0 to return it to the user

```javascript
const zr0 = require('integer-value-positive-zero')
console.log(zr0()) // 0
```