UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

5 lines 159 B
import undef from "./temporalUndefined"; import err from "./tdz"; export default function _temporalRef(val, name) { return val === undef ? err(name) : val; }