@novaroma3162/novautils

Utility functions for commonly used methods and operations

Usage no npm install needed!

<script type="module">
  import novaroma3162Novautils from 'https://cdn.skypack.dev/@novaroma3162/novautils';
</script>

README

Utils

Node.js utilities for commonly used operations

Installation

npm i -S @novaroma3162/novautils

Usage

const utils = require('@novaroma3162/novautils');
const result = utils.titleCase('i am number four');

Output should be I Am Number Four

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.