Skip to content

Commit

Permalink
chore: run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 12, 2023
1 parent 8a4c0f8 commit 8ab4b91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/generated/es6-object-assign/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"use strict";
module.exports = {
polyfill () {}
polyfill () {
// noop
}
};

if ((typeof exports.default === 'object' && exports.default !== null) || typeof exports.default === 'function') {
Expand Down

0 comments on commit 8ab4b91

Please sign in to comment.