You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very curious as to why numbers.Order is an empty function.
Busy making TypeScript types for the lib and reading through the code. Seems like this happen a lot in this lib where the top level item in the api is an empty function. I feel like this probably creates a lot of confusion for users.
function Order(){
}
The text was updated successfully, but these errors were encountered:
Not the original author here; so I can't comment with 100% certainty. I can only guess it made sense at the time and you're the first to bring up as it's mostly worked since then with minimal confusion.
Very curious as to why numbers.Order is an empty function.
Busy making TypeScript types for the lib and reading through the code. Seems like this happen a lot in this lib where the top level item in the api is an empty function. I feel like this probably creates a lot of confusion for users.
The text was updated successfully, but these errors were encountered: