We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for this great package.
I'm trying to use it with TypeScript. Typings are installed and I'm importing it like this:
import * as chaiIterator from 'chai-iterator';
But it gives me the following error:
[ts] Module ''chai-iterator'' resolves to a non-module entity and cannot be imported using this construct.
Any ideas?
I cannot use require syntax.
The text was updated successfully, but these errors were encountered:
Seems related to microsoft/TypeScript#5073
Sorry, something went wrong.
Submitted PR #13
No branches or pull requests
Hi,
Thanks for this great package.
I'm trying to use it with TypeScript. Typings are installed and I'm importing it like this:
But it gives me the following error:
Any ideas?
I cannot use require syntax.
The text was updated successfully, but these errors were encountered: