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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1,070
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1,070

Package Sidebar

Install

npm i add-dashes-to-uuid

Weekly Downloads

965

Version

1.0.0

License

MIT

Unpacked Size

2.4 kB

Total Files

5

Last publish

Collaborators

  • timmyrs