8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
"use strict";
|
|
|
|
var _objectDestructuringEmpty = function (obj) { if (obj == null) throw new TypeError("Cannot destructure undefined"); };
|
|
|
|
var _ref = null;
|
|
|
|
_objectDestructuringEmpty(_ref);
|