@clubajax/format

Format strings into different types

Usage no npm install needed!

<script type="module">
  import clubajaxFormat from 'https://cdn.skypack.dev/@clubajax/format';
</script>

README

format

Format strings into different types

To run tests

There is no built-in server, it is a simple test page. It can be run by opening teh file in a browser, or on a Mac, use Python:

python -m SimpleHTTPServer 

Or use an alias:

serve 8003