Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Nov 6, 2023
1 parent 791defc commit 3e9e56f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,8 @@ const uniqueIDBase =

/**
* Creates a new unique identifier
* Does not create cryptographically safe ids.
* Trivial copy of nanoid/non-secure
* @returns {string} Unique identifier
*/
exports.uniqueID = () => {
Expand Down

0 comments on commit 3e9e56f

Please sign in to comment.