awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesFlat Sequence Mappers

Maps each item through a callback and flattens the result into a single-level collection.

Distinct from Collection Transformations: Distinct from Collection Transformations: specifically combines mapping with flattening into a single operation, not general filtering or deriving sets.

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

Awesome Flat Sequence Mappers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ecrmnn/collect.jsecrmnn 的头像

    ecrmnn/collect.js

    6,571在 GitHub 上查看↗

    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

    Provides a flatMap operation that maps and flattens nested arrays into a single sequence.

    JavaScriptcollectionlaravellaravel-collections
    在 GitHub 上查看↗6,571
  1. Home
  2. Programming Languages & Runtimes
  3. Union Type Transformations
  4. Collection Transformations
  5. Flat Sequence Mappers