mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 01:04:03 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import Guid from 'guid'
|
|
|
|
export function generateClientId(): string {
|
|
return Guid.raw()
|
|
}
|