mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
|
|
exports.default = function (obj) {
|
|
if (obj == null) throw new TypeError("Cannot destructure undefined");
|
|
}; |