UNPKG

poku

Version:

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

9 lines (8 loc) 211 B
import type { backgroundColor } from '../services/format.js'; export type DescribeOptions = { background?: keyof typeof backgroundColor | boolean; /** * @default "☰" */ icon?: string; };