Files
storage-service-ui/node_modules/@babel/runtime/helpers/temporalRef.js
2020-07-05 09:07:36 +03: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;