We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to suggest some improvement on typings:
length
function foo(argument?: whatever) {}
The text was updated successfully, but these errors were encountered:
We're willing to accept a PR to improve the types if you're interested?
Sorry, something went wrong.
Sure, i'll open a PR in a couple of days.
No branches or pull requests
I want to suggest some improvement on typings:
length
property as readonly since only getter is defined for this property.function foo(argument?: whatever) {}
instead on consequencial overloads since it's considered as a best practice. (https://github.com/invertase/denque/blob/master/index.d.ts#L4-L8)The text was updated successfully, but these errors were encountered: