aswi2020vldc-gitlab/templetes/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js @ 9b6ff40e
1 |
"use strict"; |
---|---|
2 |
|
3 |
exports.__esModule = true; |
4 |
|
5 |
exports.default = function (obj) { |
6 |
if (obj == null) throw new TypeError("Cannot destructure undefined"); |
7 |
};
|