
Unable to use charset: ['numeric', '!'] with typescript as the charset type is written as string. It's properly working in javascript but unable to use it in typescript as the type should be a string[].
randomstring\index.d.ts: 9 should be a string[] instead of string so typescript users can use it.