array-fp-utils
Advanced tools
Comparing version 0.3.3 to 0.3.4
import { NonEmptyArray, NonEmptyArrayAlt, Primitive } from '../types'; | ||
export declare function unique<ValueType extends Primitive>(arr: Readonly<NonEmptyArray<ValueType>>): NonEmptyArray<ValueType>; | ||
export declare function unique<ValueType extends Primitive>(arr: Readonly<NonEmptyArrayAlt<ValueType>>): NonEmptyArrayAlt<ValueType>; | ||
export declare function unique<ValueType extends Primitive>(arr: ReadonlyArray<ValueType>): Array<ValueType>; | ||
export declare function unique<T extends ReadonlyArray<Primitive> | Readonly<NonEmptyArray<Primitive>> | Readonly<NonEmptyArrayAlt<Primitive>>>(arr: T): T; | ||
//# sourceMappingURL=unique.d.ts.map |
{ | ||
"name": "array-fp-utils", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Array utilities for functional programming in TypeScript.", | ||
@@ -103,2 +103,3 @@ "keywords": [ | ||
"rimraf": "^3.0.0", | ||
"ts-expect": "^1.3.0", | ||
"ts-jest": "^29.0.2", | ||
@@ -105,0 +106,0 @@ "typescript": "^5.0.4" |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
30595
22
329