| Current Path : /var/www/html/jppmintranetv2/node_modules/@babel/runtime/helpers/ |
| Current File : /var/www/html/jppmintranetv2/node_modules/@babel/runtime/helpers/temporalRef.js |
var temporalUndefined = require("./temporalUndefined");
var tdz = require("./tdz");
function _temporalRef(val, name) {
return val === temporalUndefined ? tdz(name) : val;
}
module.exports = _temporalRef;