UNPKG

poku

Version:

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

3 lines (2 loc) 165 B
import type { ConfigFile, ConfigJSONFile } from '../@types/poku.js'; export declare const getConfigs: (customPath?: string) => Promise<ConfigFile | ConfigJSONFile>;