bunext/dist/functions/server/web-pages/grab-root-file.d.ts

4 lines
80 B
TypeScript

export default function grabRootFile(): {
root_file: string | undefined;
};