uniq-name

A small library that generates unique names with given prefix.

Usage no npm install needed!

<script type="module">
  import uniqName from 'https://cdn.skypack.dev/uniq-name';
</script>

README

uniq-name

A small library that generates unique names with given prefix.

NPM version Build Status Clean Code Dependency Status devDependency Status License

( If you are reading this page on npmjs.org, I recommend you read it on Github uniq-name, because on Github it is more readable.)

Browser support

Chrome, Safari, Firefox, Opera, IE9+

Installation

    npm install uniq-name

    or 

    jspm install npm:uniq-name

Usage


    var package = require('uniq-name');

    /**
    * TODO add doc.
    */

Tests

    # TODO add test.

    npm test