Files
bunext/dist/functions/grab-config.d.ts
T
2026-03-21 06:34:32 +01:00

3 lines
119 B
TypeScript

import type { BunextConfig } from "../types";
export default function grabConfig(): Promise<BunextConfig | undefined>;