@redandblue/utils

Generic JavaScript utilities and helpers

Usage no npm install needed!

<script type="module">
  import redandblueUtils from 'https://cdn.skypack.dev/@redandblue/utils';
</script>

README

Red & Blue - Generic JavaScript utils

NPM package that contains generic JavaScript utility tools and helpers that can be used in any project that uses JavaScript.

General notes

  • Try to keep the library as dependency-free as possible, so it's stays small
  • Always remember to increment the version number when adding features (npm version [major/minor/patch])