UNPKG

pure-conditions

Version:
5 lines (4 loc) 95 B
function isNumberFinite (number) { return isFinite(number) } module.exports = isNumberFinite