Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / objectDestructuringEmpty.js
@Réz István Réz István on 18 Nov 2021 130 bytes first commit
export default function _objectDestructuringEmpty(obj) {
  if (obj == null) throw new TypeError("Cannot destructure undefined");
}