test-es6-library

A package intended to be used as a library in programs when testing builds that involve transpilation. Uses the following ES6 features, so that you can check that the features were transpiled by your build process.

Usage no npm install needed!

<script type="module">
  import testEs6Library from 'https://cdn.skypack.dev/test-es6-library';
</script>

README

test-es6-library

A package intended to be used as a library in programs when testing builds that involve transpilation. Uses the following ES6 features, so that you can check that the features were transpiled by your build process:

  • arrow functions
  • const
  • string interpolation

License

This program is released into the public domain.