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.
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.