Files
verify/frontend/node_modules/next/dist/esm/lib/is-edge-runtime.js
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

6 lines
218 B
JavaScript

import { SERVER_RUNTIME } from "./constants";
export function isEdgeRuntime(value) {
return value === SERVER_RUNTIME.experimentalEdge || value === SERVER_RUNTIME.edge;
}
//# sourceMappingURL=is-edge-runtime.js.map