saleor-apps-redis_apl/apps/e2e-tests/utils/random-string.ts

2 lines
74 B
TypeScript
Raw Normal View History

2023-01-27 17:07:53 +00:00
export const randomString = () => Math.random().toString(36).substr(2, 5)