UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

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