awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesCollection Transformations

Utilities for filtering, flattening, and deriving new sets of values from collections of types.

Distinct from Union Type Transformations: Distinct from general Union Type Transformations by specifically addressing the filtering and flattening of type collections.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Collection Transformations. Refine with filters or upvote what's useful.

Awesome Collection Transformations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • millsp/ts-toolbeltmillsp का अवतार

    millsp/ts-toolbelt

    7,145GitHub पर देखें↗

    ts-toolbelt is a collection of specialized utilities for manipulating and validating TypeScript types. It provides a toolkit for performing complex transformations on objects, unions, and functions to enforce strict data consistency at compile time. The library features dedicated transformers for function types, including utilities for currying, composition, and signature extraction. It also includes an object type manipulator for deep merging, patching, and reshaping complex structures. The capability surface extends to literal string processing, type-level arithmetic, and tuple operations.

    Provides utilities for filtering, excluding, and flattening collections of types to derive new sets of permissible values.

    TypeScriptdynamic-typessafetytype-checking
    GitHub पर देखें↗7,145
  • ecrmnn/collect.jsecrmnn का अवतार

    ecrmnn/collect.js

    6,571GitHub पर देखें↗

    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

सब-टैग एक्सप्लोर करें

  • Flat Sequence MappersMaps 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.
  • Union OperationsAdds 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.