Show More
Commit Description:
add model solution
Commit Description:
add model solution
References:
File last commit:
Show/Diff file:
Action:
node_modules/babel-runtime/helpers/objectDestructuringEmpty.js | 6 lines | 152 B | application/javascript | JavascriptLexer |
"use strict";
exports.__esModule = true;
exports.default = function (obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
};