UNPKG

poku

Version:

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

3 lines (2 loc) 116 B
import type { Code } from '../../@types/code.js'; export declare const exit: (code: Code, quiet?: boolean) => void;