imajin/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
2026-01-10 04:52:11 -08:00

4 lines
No EOL
155 B
JavaScript

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