awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesUnion Operations

Adds items from another collection that do not already exist in the original collection.

Distinct from Collection Transformations: Distinct from Collection Transformations: specifically adds missing items from another collection, not general filtering or flattening.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Union Operations. Refine with filters or upvote what's useful.

Awesome Union Operations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ecrmnn/collect.jsAvatar von ecrmnn

    ecrmnn/collect.js

    6,571Auf GitHub ansehen↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Ships a union method that merges collections by adding only absent items.

    JavaScriptcollectionlaravellaravel-collections
    Auf GitHub ansehen↗6,571
  1. Home
  2. Programming Languages & Runtimes
  3. Union Type Transformations
  4. Collection Transformations
  5. Union Operations