UNPKG

152 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4
5exports.default = function (obj) {
6 if (obj == null) throw new TypeError("Cannot destructure undefined");
7};
\No newline at end of file