UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

11 lines (9 loc) 268 B
var temporalUndefined = require("./temporalUndefined"); function _temporalRef(val, name) { if (val === temporalUndefined) { throw new ReferenceError(name + " is not defined - temporal dead zone"); } else { return val; } } module.exports = _temporalRef;