Promistop is a lightweight utility that adds cancellation support to any async function. It extends promises with .cancel()
and .isCancelled()
methods, optionally using AbortController. Ideal for JavaScript apps using async operations like fetch, time