Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
13 lines
252 B
JavaScript
13 lines
252 B
JavaScript
export default function () {
|
|
return _ref.apply(this, arguments);
|
|
}
|
|
|
|
function _ref() {
|
|
_ref = babelHelpers.skipFirstGeneratorNext(function* () {
|
|
let _functionSent = yield;
|
|
|
|
return _functionSent;
|
|
});
|
|
return _ref.apply(this, arguments);
|
|
}
|