just-curry-it
Advanced tools
Comparing version 3.2.1 to 4.0.0
@@ -1,7 +0,7 @@ | ||
export = curry; | ||
export default curry; | ||
// TODO: get more specific with permssible param types for returned function | ||
// TODO: get more specific with permssible param types for returned function | ||
declare function curry( | ||
fn: Function, | ||
arity?: number, | ||
) : Function; | ||
) : Function; |
@@ -1,2 +0,2 @@ | ||
import curry = require("./index"); | ||
import curry from './index' | ||
@@ -3,0 +3,0 @@ function add(a: number, b: number, c: number) { |
{ | ||
"name": "just-curry-it", | ||
"version": "3.2.1", | ||
"version": "4.0.0", | ||
"description": "return a curried function", | ||
@@ -22,2 +22,2 @@ "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
3821