UNPKG

@tdb/web

Version:

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

8 lines 223 B
import undef from "./temporalUndefined"; export default function _temporalRef(val, name) { if (val === undef) { throw new ReferenceError(name + " is not defined - temporal dead zone"); } else { return val; } }