You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're requireing the module, and then you need to reference the object in the module you'd like to work with. The only way to do what you're looking for would be to used a default export, and we aren't doing that. Otherwise you could use an import statement, but that is usually more TypeScript.
Is your feature request related to a problem? Please describe...
I'm trying to use those classes for other processes, I have done it this way
Describe teh solution you'd like...
But I would like to make it a little more direct with the require, example:
Describe the alternatives you've considered...
I don't know if it is already possible in a similar way, because I did not find it in the documentation
The text was updated successfully, but these errors were encountered: