Skip to content

Commit

Permalink
add guid demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyumih committed Jan 11, 2024
1 parent 286e2e3 commit 4f0cba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guid/guid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ namespace $ {

/**
* Generates unique identifier.
* @see https://mol.hyoo.ru/#!section=demos/demo=mol_guid_demo
* @example mol_guid() // K6L1ARD7
* @demo https://mol.hyoo.ru/#!section=demos/demo=mol_guid_demo
* */
export function $mol_guid(
length = 8,
Expand Down

0 comments on commit 4f0cba4

Please sign in to comment.