@@ -229,7 +229,8 @@ export async function copyToClipboard(text: string): Promise<boolean> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function getRandomId() {
|
export function getRandomId() {
|
||||||
return customAlphabet("0123456789abcdefghijklmnopqrstuvwxyz")
|
const nanoid = customAlphabet("0123456789abcdefghijklmnopqrstuvwxyz")
|
||||||
|
return nanoid()
|
||||||
}
|
}
|
||||||
|
|
||||||
// function getChromeVersion() {
|
// function getChromeVersion() {
|
||||||
|
|||||||
Reference in New Issue
Block a user