UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

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;