UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

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