UNPKG

next

Version:

The React Framework

11 lines (10 loc) 275 B
export function isInternalComponent(pathname) { switch(pathname){ case "next/dist/pages/_app": case "next/dist/pages/_document": return true; default: return false; } } //# sourceMappingURL=is-internal-component.js.map