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

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

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

sindresorhus/is-stream

0
View on GitHub↗
116 स्टार्स·22 फोर्क्स·JavaScript·MIT·2 व्यूज़

Is Stream

Check if something is a Node.js stream

Features

  • Stream Processing - Checks if a value is a Node.js stream.
  • Type Checking - Checks if an object is a stream.

स्टार हिस्ट्री

sindresorhus/is-stream के लिए स्टार हिस्ट्री चार्टsindresorhus/is-stream के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Is Stream के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Is Stream के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • pydantic/montypydantic का अवतार

    pydantic/monty

    5,540GitHub पर देखें↗

    Monty is a sandboxed execution environment designed primarily for running Python code generated by AI models. It provides a secure, isolated runtime that blocks host access, enforces resource limits, and supports pre-execution type checking against built-in type hints to catch signature mismatches before code runs. The sandbox can persist its interpreter state at external function calls, allowing execution sessions to be serialized, stored, and later resumed from a file or database. What distinguishes Monty is its combination of stateful, resumable execution with multi-language native embeddi

    Rust
    GitHub पर देखें↗5,540
  • facebook/pyre-checkfacebook का अवतार

    facebook/pyre-check

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

    Pyre is a high-performance static type checker and analysis tool for Python. It identifies type errors and ensures type safety without executing the program, utilizing a static type inference engine to maintain consistency across functions. The project is distinguished by an incremental type analysis engine that operates as a background daemon. This system monitors filesystem changes to re-validate only modified parts of a project, reducing the time required for repeated analysis. It also includes a static analysis security tool that uses taint analysis to track untrusted data flows and ident

    OCaml
    GitHub पर देखें↗7,169
  • brycebaril/node-stream-spigotbrycebaril का अवतार

    brycebaril/node-stream-spigot

    15GitHub पर देखें↗

    A streams2 Readable stream generator, useful for testing.

    JavaScript
    GitHub पर देखें↗15
  • brycebaril/through2-filterbrycebaril का अवतार

    brycebaril/through2-filter

    34GitHub पर देखें↗

    A through2 wrapper to create an Array.prototype.filter analog for streams

    JavaScript
    GitHub पर देखें↗34
Is Stream के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

sindresorhus/is-stream क्या करता है?

Check if something is a Node.js stream

sindresorhus/is-stream की मुख्य विशेषताएं क्या हैं?

sindresorhus/is-stream की मुख्य विशेषताएं हैं: Stream Processing, Type Checking।

sindresorhus/is-stream के कुछ ओपन-सोर्स विकल्प क्या हैं?

sindresorhus/is-stream के ओपन-सोर्स विकल्पों में शामिल हैं: pydantic/monty — Monty is a sandboxed execution environment designed primarily for running Python code generated by AI models. It… facebook/pyre-check — Pyre is a high-performance static type checker and analysis tool for Python. It identifies type errors and ensures… brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-map — A through2 to create an Array.prototype.map analog for streams. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). brycebaril/through2-filter — A through2 wrapper to create an Array.prototype.filter analog for streams.