bpms_site/.svn/pristine/f8/f8f8c5432c7bcedfe147f1a7aadaff6cc4e2047c.svn-base
2025-11-02 16:38:49 +03:30

7 lines
195 B
Plaintext

export function _object_destructuring_empty(o) {
if (o === null || o === void 0) throw new TypeError("Cannot destructure " + o);
return o;
}
export { _object_destructuring_empty as _ };