mirror of https://github.com/tycrek/ass
parent
e0e4acbcf4
commit
26e4f679ce
@ -0,0 +1,2 @@
|
||||
import cryptoRandomString from 'crypto-random-string';
|
||||
export const random = ({ length }: { length: number }) => cryptoRandomString({ length, type: 'alphanumeric' });
|
Loading…
Reference in new issue