arithmetic-type/double

View on GitHub
src/predicate/le.js

Summary

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