UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

7 lines (6 loc) 292 B
export { debug }; export { setCreateDebugger }; import type { createDebugger, Debug } from '../../utils/debug.js'; type CreateDebugger = typeof createDebugger; declare function debug(...args: Parameters<Debug>): void; declare function setCreateDebugger(createDebugger: CreateDebugger): void;