mobily / ts-belt

🔧 Fast, modern, and practical utility library for FP in TypeScript.
https://mobily.github.io/ts-belt
MIT License
1.1k stars 30 forks source link

export fully named namespace as well #35

Closed cevr closed 1 year ago

cevr commented 2 years ago

Hi there!

Loved this library.

One thing that I had an opinion on was that the namespaces would be more descriptive if they were fully named rather than only abbreviated.

I think for bigger teams, it makes it easier to understand what's going on when importing the full namespace.

Let me know if anything needs to be changed!

Nodonisko commented 1 year ago

@mobily I kind of like it but I really dislike that conflict with default names like Number, Array... When I see it now I am not sure.