UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-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;