FLUJOS/BACK_BACK/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
2025-11-07 00:06:12 +01:00

7 lines
No EOL
152 B
JavaScript
Executable file

"use strict";
exports.__esModule = true;
exports.default = function (obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
};