All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
import temporalUndefined from "./temporalUndefined.js";
|
|
import tdz from "./tdz.js";
|
|
function _temporalRef(r, e) {
|
|
return r === temporalUndefined ? tdz(e) : r;
|
|
}
|
|
export { _temporalRef as default }; |