UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

8 lines (5 loc) 149 B
'use strict'; /** @type {import('.')} */ module.exports = function isNegativeZero(number) { return number === 0 && (1 / number) === -Infinity; };