Hi, so I want to create an instance of AutoFixture and I can't, because
TypeError: AutoFixture is not a constructor
const AutoFixture = require('@timreynolds/autofixture');
const fixture = new AutoFixture();
Tried several ways to get this instance and I simply can't.