| Current Path : /var/www/html/isi/node_modules/@babel/runtime/helpers/esm/ |
| Current File : /var/www/html/isi/node_modules/@babel/runtime/helpers/esm/temporalRef.js |
import undef from "@babel/runtime/helpers/esm/temporalUndefined";
import err from "@babel/runtime/helpers/esm/tdz";
export default function _temporalRef(val, name) {
return val === undef ? err(name) : val;
}