add-dashes-to-uuid

1.0.0 • Public • Published

add-dashes-to-uuid

Converts a UUID string to a UUID string with dashes.

require("add-dashes-to-uuid")("e0603b592edc45f7acc7b0cccd6656e1"); // e0603b59-2edc-45f7-acc7-b0cccd6656e1

This behaviour can easily be verified:

git clone https://github.com/timmyrs/add-dashes-to-uuid
cd add-dashes-to-uuid
cat test.js
node test.js

Readme

Keywords

Package Sidebar

Install

npm i add-dashes-to-uuid

Weekly Downloads

1,163

Version

1.0.0

License

MIT

Unpacked Size

2.4 kB

Total Files

5

Last publish

Collaborators

  • timmyrs