UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

9 lines (6 loc) 208 B
var temporalUndefined = require("./temporalUndefined"); var tdz = require("./tdz"); function _temporalRef(val, name) { return val === temporalUndefined ? tdz(name) : val; } module.exports = _temporalRef;