| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /proc/self/root/home/livedhms/lmgt/node_modules/next/dist/shared/lib/ |
| Current File : //proc/self/root/home/livedhms/lmgt/node_modules/next/dist/shared/lib/is-internal.d.ts |
/** React that's compiled with `next`. Used by App Router. */ export declare const reactVendoredRe: RegExp; /** React the user installed. Used by Pages Router, or user imports in App Router. */ export declare const reactNodeModulesRe: RegExp; export declare const nextInternalsRe: RegExp; export default function isInternal(file: string | null): boolean;