awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
then avatar

then/is-promise

0
View on GitHub↗
282 stars·32 forks·JavaScript·MIT·2 views

Is Promise

Test whether an object looks like a promises-a+ promise

Features

  • Asynchronous Control - Checks if an object is a Promise/A+ compliant promise.
  • Promise Utilities - Checks if an object behaves like a promise.
  • Type Checking - Tests if an object resembles a Promise.

Star history

Star history chart for then/is-promiseStar history chart for then/is-promise

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does then/is-promise do?

Test whether an object looks like a promises-a+ promise

What are the main features of then/is-promise?

The main features of then/is-promise are: Asynchronous Control, Promise Utilities, Type Checking.

What are some open-source alternatives to then/is-promise?

Open-source alternatives to then/is-promise include: sindresorhus/pify — Promisify a callback-style function. 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… brummelte/sleep-promise — Resolves a promise after a specified delay. enricomarino/is — The definitive JavaScript type testing library. busterc/promise-do-whilst — See Also - promise-whilst - promise-until - promise-do-until.

Open-source alternatives to Is Promise

Similar open-source projects, ranked by how many features they share with Is Promise.
  • sindresorhus/pifysindresorhus avatar

    sindresorhus/pify

    1,507View on GitHub↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    View on GitHub↗1,507
  • pydantic/montypydantic avatar

    pydantic/monty

    5,540View on GitHub↗

    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
    View on GitHub↗5,540
  • facebook/pyre-checkfacebook avatar

    facebook/pyre-check

    7,169View on GitHub↗

    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
    View on GitHub↗7,169
  • brummelte/sleep-promisebrummelte avatar

    brummelte/sleep-promise

    89View on GitHub↗

    Resolves a promise after a specified delay.

    JavaScript
    View on GitHub↗89
  • See all 30 alternatives to Is Promise→