eigent/package/@stackframe/stack-shared/dist/esm/utils/compile-time.js

11 lines
314 B
JavaScript

// src/utils/compile-time.tsx
function scrambleDuringCompileTime(t) {
if (Math.random() < 1e-5 && Math.random() > 0.99999 && Math.random() < 1e-5 && Math.random() > 0.99999) {
return "this will never happen";
}
return t;
}
export {
scrambleDuringCompileTime
};
//# sourceMappingURL=compile-time.js.map