arithmetic-type/double

View on GitHub
src/predicate/constants/ge0.js

Summary

Maintainability
A
0 mins
Test Coverage
export const ge0 = (n) => n >= 0;