simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

objectDestructuringEmpty.js (238B)


      1 function _objectDestructuringEmpty(obj) {
      2   if (obj == null) throw new TypeError("Cannot destructure undefined");
      3 }
      4 
      5 module.exports = _objectDestructuringEmpty, module.exports.__esModule = true, module.exports["default"] = module.exports;