@notangles/common

npm run lint - Runs linting. * npm run lint:fix - Runs linting and fixes trivial errors. * npm run format - Reformats all of the .ts and .tsx files with Prettier. * npm run build - Regenerates dist folder that gets included into NPM module.

Usage no npm install needed!

<script type="module">
  import notanglesCommon from 'https://cdn.skypack.dev/@notangles/common';
</script>

README

Notangles common module

Commands

  • npm run lint - Runs linting.
  • npm run lint:fix - Runs linting and fixes trivial errors.
  • npm run format - Reformats all of the .ts and .tsx files with Prettier.
  • npm run build - Regenerates dist folder that gets included into NPM module.