Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

array-fp-utils

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-fp-utils - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

4

dist/types/unique/unique.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc