const lazy = new NovicellLazyLoad(); // No work const lazy = new NovicellLazyLoad({}); // Works We might wanna be able to initialize it without an empty object
const lazy = new NovicellLazyLoad(); // No work
const lazy = new NovicellLazyLoad({}); // Works
We might wanna be able to initialize it without an empty object