mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-12-23 14:13:47 +01:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
/* */
|
|
"use strict";
|
|
|
|
exports["default"] = function (obj) {
|
|
if (obj == null) throw new TypeError("Cannot destructure undefined");
|
|
};
|
|
|
|
exports.__esModule = true; |