nfriend / ts-key-enum

A TypeScript string enum for compile-time safety when working with event.key

Home Page:https://www.npmjs.com/package/ts-key-enum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is alphanumeric?

nazarioa opened this issue · comments

I see that there is an enum entry Alphanumeric but there is no method to test if a value is Alphanumeric. I am sure I am not the only one who needs this.

Have you not added this in for some reason? Would you consider a PR adding it?