hrms-manual/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
2023-09-06 14:51:44 +07:00

3 lines
No EOL
127 B
JavaScript

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