Open MadProbe opened 2 years ago
I want to suggest some improvement on typings:
length
function foo(argument?: whatever) {}
We're willing to accept a PR to improve the types if you're interested?
Sure, i'll open a PR in a couple of days.
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)