UNPKG

next

Version:

The React Framework

21 lines (20 loc) 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isInternalComponent", { enumerable: true, get: function() { return isInternalComponent; } }); 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