prelude-extension
Advanced tools
Comparing version 0.0.3 to 0.0.4
12
index.js
// Generated by LiveScript 1.4.0 | ||
(function(){ | ||
var ref$, filter, find, map, partition, reverse, sortBy, clamp, findAll, partitionString, remove; | ||
var ref$, filter, find, map, partition, reverse, sortBy, clamp, findAll, partitionString; | ||
ref$ = require('prelude-ls'), filter = ref$.filter, find = ref$.find, map = ref$.map, partition = ref$.partition, reverse = ref$.reverse, sortBy = ref$.sortBy; | ||
@@ -50,14 +50,6 @@ clamp = curry$(function(n, min, max){ | ||
}); | ||
remove = curry$(function(f, c){ | ||
return function(it){ | ||
return it[1]; | ||
}( | ||
partition(f)( | ||
c)); | ||
}); | ||
module.exports = { | ||
clamp: clamp, | ||
findAll: findAll, | ||
partitionString: partitionString, | ||
remove: remove | ||
partitionString: partitionString | ||
}; | ||
@@ -64,0 +56,0 @@ function curry$(f, bound){ |
{ | ||
"name": "prelude-extension", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "prelude-extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2803
68