IO capture for Gleam tests. Intercepts stdout, stderr, or both and returns
the captured output as a string.
This repository contains two packages:
take: Synchronous IO capture for Erlang and JavaScript targetstake_promise: Async IO capture for JavaScript (works withPromise-returning callbacks)
All packages follow Semantic Versioning 2.0.