bpms_site/.svn/pristine/14/14212e93bc55a1249742f14d1f45e3eab6f1e7cd.svn-base
2025-11-02 16:38:49 +03:30

3 lines
130 B
Plaintext

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