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

Support generic function arguments #103

Open
garzj opened this issue Jun 13, 2021 · 0 comments
Open

Support generic function arguments #103

garzj opened this issue Jun 13, 2021 · 0 comments

Comments

@garzj
Copy link

garzj commented Jun 13, 2021

Would it be possible to support something like that?

function test<T>(a: T, b: any) {
  return is<T>(b);  // NestedError: Failed to transform node
}

console.log(test(3, 4));
console.log(test(3, '4'));
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