UNPKG

poku

Version:

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

4 lines (3 loc) 171 B
import type { Formatter } from '../services/format.js'; export declare const log: (data: string | Uint8Array | Formatter) => boolean; export declare const hr: () => void;