2 lines
88 B
TypeScript
2 lines
88 B
TypeScript
const alphanumeric = 'abcdefghijklmnopqrstuvwxyz1234567890'
|
|
export default alphanumeric; |