This repository was archived by the owner on Jan 9, 2025. It is now read-only.
v0.3.4
This fixes the type signature for until
to allow unknown
values, not just Promise<unknown>
, which allows for passing strings, booleans or TemplaResults
synchronously.