Skip to content

Commit c67e573

Browse files
committed
add range template helper
1 parent 57cd807 commit c67e573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/helpers/range.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
'use strict'
2+
3+
module.exports = (a, b, c) => (a >= b) && (a <= c)
4+

0 commit comments

Comments
 (0)