Files
fte-Homepage/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
root 06acaecee1 .
2023-07-30 22:05:51 +02:00

3 lines
127 B
JavaScript

export default function _objectDestructuringEmpty(obj) {
if (obj == null) throw new TypeError("Cannot destructure " + obj);
}