mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 15:16:06 +00: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");
|
|
}; |