NET-Web-API-w-Angular/my-app/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js

3 lines
No EOL
127 B
JavaScript
Executable file

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