arithmetic-type/double

View on GitHub
src/predicate/ge.js

Summary

Maintainability
A
0 mins
Test Coverage
export const ge = (a, b) => a >= b;