Files
actual/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
Rich In SQL 28d4ee94dd Init
2022-10-16 20:28:33 +01:00

3 lines
130 B
JavaScript

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