node-select
Advanced tools
+1
-1
| { | ||
| "name": "node-select", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Select is syntactic sugar to help maintain a functional approach to assigning to variables.", | ||
@@ -5,0 +5,0 @@ "main": "select.js", |
+6
-3
@@ -30,4 +30,7 @@ /* | ||
| export function select (criteria, selector) { | ||
| return selector(criteria); | ||
| } | ||
| module.exports = { | ||
| select: function (criteria, selector) { | ||
| return selector(criteria); | ||
| } | ||
| }; |
2192
1.06%27
8%