arithmetic-type/double

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

Summary

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