mirror of
https://gitea.tendokyu.moe/pinapelz/Mirage.git
synced 2026-09-27 17:28:19 +03:00
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
function _objectDestructuringEmpty(t) {
|
|
if (null == t) throw new TypeError("Cannot destructure " + t);
|
|
}
|
|
export { _objectDestructuringEmpty as default }; |