Skip to content

Commit

Permalink
PKG -- [util-uid] Add JSDoc for uid package (#1496)
Browse files Browse the repository at this point in the history
Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com>
  • Loading branch information
chasefleming and chasefleming authored Nov 18, 2022
1 parent 5bec557 commit 687f45e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-birds-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/util-uid": minor
---

Add JSDoc for util-uid package.
6 changes: 4 additions & 2 deletions packages/util-uid/src/util-uid.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Inspired by: https://github.com/lukeed/uid/blob/master/src/index.js , thank you Luke! https://github.com/lukeed

/**
* Generates a unique identifier
* @returns {string}
*/
var HEX = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
var T = HEX.length

Expand Down

0 comments on commit 687f45e

Please sign in to comment.