@bakkerjoeri/uuid

Generate a UUID v4.

Usage no npm install needed!

<script type="module">
  import bakkerjoeriUuid from 'https://cdn.skypack.dev/@bakkerjoeri/uuid';
</script>

README

uuid

Generate a UUID v4.

Installation

npm install @bakkerjoeri/uuid

Usage

import uuid from '@bakkerjoeri/uuid';

const myUuid = uuid(); // => "33c13a24-8fd8-4f31-294a-289be019c79f"