SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using this for Angular, then export a function via a named export. Such as:
function someFunc(){} export { someFunc as someFuncName }
otherwise, Angular will complain that object is not a function.