functional-abstraction/type

View on GitHub
src/isNegativeInfinity.js

Summary

Maintainability
A
0 mins
Test Coverage
const isNegativeInfinity = (x) => x === Number.NEGATIVE_INFINITY;
export default isNegativeInfinity;