Skip to content

Commit

Permalink
convert polyfill.js to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
zoran995 committed Feb 10, 2025
1 parent 2eebf40 commit 32cbd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ function polyfill(callback) {
callback();
}

module.exports = polyfill;
export default polyfill;

0 comments on commit 32cbd31

Please sign in to comment.