Skip to content
View elonmir's full-sized avatar
  • BLUME2000 SE
  • Potsdam
  • 15:55 (UTC +02:00)

Block or report elonmir

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Convert UUID to a human readable ID Convert UUID to a human readable ID
    1
    import { v4 as uuidv4 } from 'uuid';
    2
    
                  
    3
    // Custom character set (26 letters + 10 digits)
    4
    const CHAR_SET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
    5