Skip to content

Instantly share code, notes, and snippets.

@broven
Last active October 25, 2023 06:00
Show Gist options
  • Save broven/b3e2cb420f0eb32162462ea29f4d9465 to your computer and use it in GitHub Desktop.
Save broven/b3e2cb420f0eb32162462ea29f4d9465 to your computer and use it in GitHub Desktop.
esm-in-browser-test
const foo = (a) => a+1;
export default foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment