UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

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;