5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
function test(_temp) {
|
|
var _ref = _temp === void 0 ? {} : _temp,
|
|
b = _ref.a;
|
|
}
|