UNPKG

poku

Version:

🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

9 lines (8 loc) 191 B
export type ProcessAssertionOptions = { message?: string | Error; defaultMessage?: string; actual?: string; expected?: string; throw?: boolean; hideDiff?: boolean; };