mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
basic navidrome implementation
This commit is contained in:
6
src/random_string.ts
Normal file
6
src/random_string.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { randomBytes } from "crypto";
|
||||
|
||||
const randomString = () => randomBytes(32).toString('hex')
|
||||
|
||||
export default randomString
|
||||
|
||||
Reference in New Issue
Block a user