feat: migrated random generator

pull/243/head
Josh Moore 1 year ago
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…
Cancel
Save