Comparing version 0.3.0 to 0.4.0
@@ -157,3 +157,7 @@ (function(root, factory) { | ||
}; | ||
fn.prop = fn.curry(function (name, object) { | ||
return object[name]; | ||
}); | ||
return fn; | ||
})); |
{ | ||
"name": "fn.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Functional programming strategy library for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "build/fn.js", |
@@ -145,2 +145,6 @@ 'use strict'; | ||
return type === valueType; | ||
}; | ||
}; | ||
fn.prop = fn.curry(function (name, object) { | ||
return object[name]; | ||
}); |
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
37286
24
765