bpms_site/.svn/pristine/e8/e81372f71cf40daf51a5cdb1dc424e472ef81f40.svn-base
2025-11-02 16:38:49 +03:30

6 lines
218 B
Plaintext

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