Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed May 17, 2024
1 parent 2a32b88 commit 9271b6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/babel-runtime-corejs3/helpers/esm/OverloadYield.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var _OverloadYield = function _OverloadYield(e, t) {
this.v = e, this.k = t;
var _OverloadYield = function _OverloadYield(e, d) {
this.v = e, this.k = d;
};
export default _OverloadYield;

0 comments on commit 9271b6b

Please sign in to comment.