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

ApplyMixins: Add method overloads to allow better typing without any #290

Open
2 tasks
benjamincharity opened this issue May 9, 2019 · 0 comments
Open
2 tasks
Labels
Focus: utility General JS/TS utilities Goal: Library Stabilization A task needed to get the library closer to it's final state Type: chore Something that needs to be done but is not a bug or addition

Comments

@benjamincharity
Copy link
Contributor

https://github.com/GetTerminus/ngx-tools/blob/release/ngx-tools/src/apply-mixins/apply-mixins.ts

We should create overloads to allow types to be passed in instead of using any.

  • Create overloads (support up to 3 items in the array for now)
  • Remove comments to disable TSLint
@benjamincharity benjamincharity added Focus: utility General JS/TS utilities Goal: Library Stabilization A task needed to get the library closer to it's final state Type: chore Something that needs to be done but is not a bug or addition labels May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: utility General JS/TS utilities Goal: Library Stabilization A task needed to get the library closer to it's final state Type: chore Something that needs to be done but is not a bug or addition
Projects
None yet
Development

No branches or pull requests

1 participant