Home Manual Reference Source

src/isPositiveInfinity.js

const isPositiveInfinity = (x) => x === Number.POSITIVE_INFINITY;
export default isPositiveInfinity;