Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charset type is a string to string of array #43

Open
unstopablejay opened this issue Feb 16, 2024 · 0 comments
Open

Charset type is a string to string of array #43

unstopablejay opened this issue Feb 16, 2024 · 0 comments

Comments

@unstopablejay
Copy link

unstopablejay commented Feb 16, 2024

Screenshot 2024-02-16 111539
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant