mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
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 _ };
|