Newer
Older
framework / node_modules / @babel / runtime / helpers / esm / objectDestructuringEmpty.js
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 127 bytes update
export default function _objectDestructuringEmpty(obj) {
  if (obj == null) throw new TypeError("Cannot destructure " + obj);
}