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