queuefy
JSON →queuefy v1.2.1 is a lightweight TypeScript library wrapping async functions to execute them sequentially in a first-in-first-out queue, ensuring single-thread-like order without backpressure or concurrency control. It is maintained by QIWI and published on npm with a weekly release cadence. Differentiators: zero dependencies, tiny API (single `queuefy` function), and native TypeScript support. Unlike alternatives like p-queue, it offers no concurrency limit or priority — purely FIFO serialization.