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

Duplication of types included in the standard library #41

Open
chocolateboy opened this issue Jan 10, 2021 · 0 comments
Open

Duplication of types included in the standard library #41

chocolateboy opened this issue Jan 10, 2021 · 0 comments

Comments

@chocolateboy
Copy link

chocolateboy commented Jan 10, 2021

The idea is that these types will hopefully make their way into the language proper, at which point you can simply stop importing them from type-zoo and be on your merry way.

Some of the types implemented here have been implemented in TypeScript's standard library, e.g.:

Since the versions implemented here are redundant, and in some cases more limited, I would suggest either aliasing them to the stdlib version, or documenting the supported TypeScript version and removing them.

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