Home Manual Reference Source

src/isNegativeInfinity.js

const isNegativeInfinity = (x) => x === Number.NEGATIVE_INFINITY;
export default isNegativeInfinity;