mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 05:28:25 -04:00
6 lines
277 B
JavaScript
6 lines
277 B
JavaScript
|
|
var temporalUndefined = require("./temporalUndefined.js");
|
||
|
|
var tdz = require("./tdz.js");
|
||
|
|
function _temporalRef(r, e) {
|
||
|
|
return r === temporalUndefined ? tdz(e) : r;
|
||
|
|
}
|
||
|
|
module.exports = _temporalRef, module.exports.__esModule = true, module.exports["default"] = module.exports;
|