@apcovernight/node-utils

Useful JS functionality used in multiple projects

Usage no npm install needed!

<script type="module">
  import apcovernightNodeUtils from 'https://cdn.skypack.dev/@apcovernight/node-utils';
</script>

README

NPM Package License Build Status Coverage Status Maintainability Dependencies Dev Dependencies Greenkeeper badge

Node Utilities

Useful node functions used across multiple projects

Docs

  • Format - Reformat different types of data for specific place (e.g. to save to db or to display in a view)
  • Parse - Parse user submitted data
  • Utils - Utility classes

Generate Docs

Docs can be regenerated with the command yarn write-docs