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

Avoid implicit any for TypeScript definitions #351

Merged
merged 1 commit into from
Feb 28, 2018

Conversation

rayalan
Copy link
Contributor

@rayalan rayalan commented Feb 28, 2018

With TypeScript 2.7.1/2.7.2 (node 8.9.4, node 5.6.0), the tsc is failing on me with the existing definition. This patch fixes it for me and avoids requiring the noImplicitAny flag from being set.

Maybe there's a better way? This seems like the simplest thing that will work.

@searls
Copy link
Member

searls commented Feb 28, 2018

Seems reasonable (I still don't really know TypeScript well enough to judge ¯_(ツ)_/¯ )

@searls searls merged commit b7d9e3f into testdouble:master Feb 28, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants