get-route-from-entrypoint.d.ts 97 B

1
  1. export default function getRouteFromEntrypoint(entryFile: string, app?: boolean): string | null;