github-pages-deploy-action/node_modules/@babel/runtime/helpers/temporalRef.js
2020-03-06 22:45:40 -05:00

9 lines
208 B
JavaScript

var temporalUndefined = require("./temporalUndefined");
var tdz = require("./tdz");
function _temporalRef(val, name) {
return val === temporalUndefined ? tdz(name) : val;
}
module.exports = _temporalRef;