peakon_action_plan/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
2025-08-30 13:27:49 -05:00

4 lines
No EOL
155 B
JavaScript

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