UNPKG

poku

Version:

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

4 lines (3 loc) 177 B
import type { Runner } from '../@types/runner.js'; export declare const runner: (filename: string) => string[]; export declare const scriptRunner: (runner: Runner) => string[];