File size: 96 Bytes
19e88d2
 
 
1
2
3
4
export function insecureRandomString(): string {
	return Math.random().toString(36).slice(2);
}