Comparing version 6.0.0 to 6.0.1
@@ -823,5 +823,2 @@ import { F as FunctionToolbelt, O as ObjectToolbelt, L as ListToolbelt } from "./_ts-toolbelt/src/ts-toolbelt"; | ||
/** | ||
* It returns a partial copy of an `obj` without `propsToOmit` properties. | ||
*/ | ||
export function of<T>(x: T): T[]; | ||
@@ -1182,4 +1179,4 @@ | ||
export function reject<T>(predicate: FilterFunctionArray<T>): (list: T[]) => T[]; | ||
export function reject<T>(predicate: FilterFunctionObject<T>, obj: Dictionary<T>): Dictionary<T>; | ||
export function reject<T, U>(predicate: FilterFunctionObject<T>): (obj: Dictionary<T>) => Dictionary<T>; | ||
export function reject<T>(predicate: FilterFunctionArray<T>, obj: Dictionary<T>): Dictionary<T>; | ||
export function reject<T, U>(predicate: FilterFunctionArray<T>): (obj: Dictionary<T>) => Dictionary<T>; | ||
@@ -1186,0 +1183,0 @@ /** |
@@ -21,3 +21,3 @@ { | ||
"main": "./dist/rambda.js", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"dependencies": {}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
1008098
22049
16011