We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cd807 commit c67e573Copy full SHA for c67e573
lib/helpers/range.js
@@ -0,0 +1,4 @@
1
+'use strict'
2
+
3
+module.exports = (a, b, c) => (a >= b) && (a <= c)
4
0 commit comments