UNPKG

@babel/runtime-corejs2

Version:

babel's modular runtime helpers with core-js@2 polyfilling

5 lines 165 B
import undef from "./temporalUndefined.js"; import err from "./tdz.js"; export default function _temporalRef(val, name) { return val === undef ? err(name) : val; }