UNPKG

integer-value-positive-zero

Version:

The integer value of positive zero

7 lines (6 loc) 222 B
# 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 ```