Skip to content

v0.2.3

Choose a tag to compare

@kettanaito kettanaito released this 15 Feb 09:25
· 54 commits to main since this release
  • Exports a debug utility from the pageWith return payload.
const { debug } = await pageWith(...)

await debug()
  • debug now throws an exception when called without the DEBUG environmental variable being set.